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 36b8654 commit 7ac67fdCopy full SHA for 7ac67fd
src/bin/pg_dump/pg_dumpall.c
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1994, Regents of the University of California
7
*
8
9
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.38 2004/06/07 20:35:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.39 2004/06/09 17:05:14 momjian Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -21,6 +21,7 @@
21
#include "strdup.h"
22
#endif
23
#include <errno.h>
24
+#include <time.h>
25
26
#include "getopt_long.h"
27
0 commit comments