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:
parent
3c0157deb8
commit
07a55ebf64
@ -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' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user