]> granicus.if.org Git - postgresql/commitdiff
I submitted three patches to pgsql-patches@postgresql.org on Oct 13.
authorBruce Momjian <bruce@momjian.us>
Mon, 16 Oct 2000 14:34:08 +0000 (14:34 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 16 Oct 2000 14:34:08 +0000 (14:34 +0000)
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

src/bin/pg_dump/pg_restore.c

index 68d528b8c65af2d106deedff5efad0b461d15852..458482ed5112d2ed093c7a6a44b1cb4afda685e2 100644 (file)
@@ -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' },