Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07a55eb

Browse files
committed
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
1 parent 3c0157d commit 07a55eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static char* _cleanupName(char* name);
8888

8989
typedef struct option optType;
9090

91-
#ifdef HAVE_GETOPT_H
91+
#ifdef HAVE_GETOPT_LONG
9292
struct option cmdopts[] = {
9393
{ "clean", 0, NULL, 'c' },
9494
{ "create", 0, NULL, 'C' },

0 commit comments

Comments
 (0)