mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Add missing 'static' keyword to suppress compiler complaints.
gcc does not complain about this mistake, but other compilers do.
This commit is contained in:
parent
e896912ee9
commit
8d615763da
@ -22,7 +22,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.256 2002/04/29 04:10:02 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.257 2002/04/29 17:30:18 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -3229,7 +3229,7 @@ dumpDBComment(Archive *fout)
|
||||
* wites out to fout the queries to recrease a user-defined domains
|
||||
* as requested by dumpTypes
|
||||
*/
|
||||
void
|
||||
static void
|
||||
dumpOneDomain(Archive *fout, TypeInfo *tinfo)
|
||||
{
|
||||
PQExpBuffer q = createPQExpBuffer();
|
||||
|
Loading…
Reference in New Issue
Block a user