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
This commit is contained in:
Bruce Momjian 2000-10-16 14:34:08 +00:00
parent 3c0157deb8
commit 07a55ebf64
1 changed files with 1 additions and 1 deletions

View 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' },