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

Commit6770281

Browse files
committed
Clean up gcc warning about unused static decl.
1 parent435ed7a commit6770281

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/access/gist/gist.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*
88
* IDENTIFICATION
9-
*
9+
* $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.44 1999/07/19 02:06:15 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -51,7 +51,9 @@ voidgistdelete(Relation r, ItemPointer tid);
5151
staticIndexTuplegist_tuple_replacekey(Relationr,GISTENTRYentry,IndexTuplet);
5252
staticvoidgistcentryinit(GISTSTATE*giststate,GISTENTRY*e,char*pr,
5353
Relationr,Pagepg,OffsetNumbero,intb,booll);
54+
#ifdefGISTDEBUG
5455
staticchar*int_range_out(INTRANGE*r);
56+
#endif
5557

5658
/*
5759
** routine to build an index. Basically calls insert over and over

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp