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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy