Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita187c96

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 parent3a1f8cd commita187c96

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)

[8]ページ先頭

©2009-2025 Movatter.jp