Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a187c96

Browse files
committed
Reduce log level of picksplit-doesn't-support-secondary-split whining.
This was agreed to back in 2007, but never actually done. Josh Hansen
1 parent 3a1f8cd commit a187c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/gist/gistsplit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ gistUserPicksplit(Relation r, GistEntryVector *entryvec, int attno, GistSplitVec
401401

402402
if (sv->spl_ldatum_exists || sv->spl_rdatum_exists)
403403
{
404-
elog(LOG, "picksplit method for column %d of index \"%s\" doesn't support secondary split",
404+
elog(DEBUG1, "picksplit method for column %d of index \"%s\" doesn't support secondary split",
405405
attno + 1, RelationGetRelationName(r));
406406

407407
supportSecondarySplit(r, giststate, attno, sv, v->spl_lattr[attno], v->spl_rattr[attno]);

0 commit comments

Comments
 (0)