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

Commit8d61576

Browse files
committed
Add missing 'static' keyword to suppress compiler complaints.
gcc does not complain about this mistake, but other compilers do.
1 parente896912 commit8d61576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*
2424
* IDENTIFICATION
25-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.256 2002/04/2904:10:02 tgl Exp $
25+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.257 2002/04/2917:30:18 tgl Exp $
2626
*
2727
*-------------------------------------------------------------------------
2828
*/
@@ -3229,7 +3229,7 @@ dumpDBComment(Archive *fout)
32293229
* wites out to fout the queries to recrease a user-defined domains
32303230
* as requested by dumpTypes
32313231
*/
3232-
void
3232+
staticvoid
32333233
dumpOneDomain(Archive*fout,TypeInfo*tinfo)
32343234
{
32353235
PQExpBufferq=createPQExpBuffer();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp