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 a7f2dd3 commit 07d2c3eCopy full SHA for 07d2c3e
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.146 2000/04/12 17:16:14 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.147 2000/04/14 01:34:24 tgl Exp $
26
27
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
28
@@ -2290,7 +2290,7 @@ getIndices(int *numIndices)
2290
*------------------------------------------------------------------
2291
*/
2292
2293
-void
+static void
2294
dumpComment(FILE *fout, const char *target, const char *oid)
2295
{
2296
0 commit comments