Commit 07a55ebf authored by Bruce Momjian's avatar Bruce Momjian

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
parent 3c0157de
...@@ -88,7 +88,7 @@ static char* _cleanupName(char* name); ...@@ -88,7 +88,7 @@ static char* _cleanupName(char* name);
typedef struct option optType; typedef struct option optType;
#ifdef HAVE_GETOPT_H #ifdef HAVE_GETOPT_LONG
struct option cmdopts[] = { struct option cmdopts[] = {
{ "clean", 0, NULL, 'c' }, { "clean", 0, NULL, 'c' },
{ "create", 0, NULL, 'C' }, { "create", 0, NULL, 'C' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment