aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-16 14:34:08 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-16 14:34:08 +0000
commit07a55ebf646eb244f52afc11fcca189b0d006970 (patch)
treedd7bdaecc4d7456e0c9ea5f4c91a0a8614cbf10d /src
parent3c0157deb84bbca80dc2e7f859fb4a9264fa1712 (diff)
downloadpostgresql-07a55ebf646eb244f52afc11fcca189b0d006970.tar.gz
postgresql-07a55ebf646eb244f52afc11fcca189b0d006970.zip
I submitted three patches to pgsql-patches@postgresql.org on Oct 13.
Only two have shown up on the web site. Even the mbox is missing the second. The missing patch is a one-liner, so here it is. I can resend the whole bug report if wanted. Pete Forman
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/pg_restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c
index 68d528b8c65..458482ed511 100644
--- a/src/bin/pg_dump/pg_restore.c
+++ b/src/bin/pg_dump/pg_restore.c
@@ -88,7 +88,7 @@ static char* _cleanupName(char* name);
typedef struct option optType;
-#ifdef HAVE_GETOPT_H
+#ifdef HAVE_GETOPT_LONG
struct option cmdopts[] = {
{ "clean", 0, NULL, 'c' },
{ "create", 0, NULL, 'C' },