Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e896912 commit 8d61576Copy full SHA for 8d61576
src/bin/pg_dump/pg_dump.c
@@ -22,7 +22,7 @@
22
*
23
24
* IDENTIFICATION
25
- * $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 $
26
27
*-------------------------------------------------------------------------
28
*/
@@ -3229,7 +3229,7 @@ dumpDBComment(Archive *fout)
3229
* wites out to fout the queries to recrease a user-defined domains
3230
* as requested by dumpTypes
3231
3232
-void
+static void
3233
dumpOneDomain(Archive *fout, TypeInfo *tinfo)
3234
{
3235
PQExpBuffer q = createPQExpBuffer();
0 commit comments