projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c0157d
)
I submitted three patches to pgsql-patches@postgresql.org on Oct 13.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 16 Oct 2000 14:34:08 +0000
(14:34 +0000)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_restore.c
b/src/bin/pg_dump/pg_restore.c
index 68d528b8c65af2d106deedff5efad0b461d15852..458482ed5112d2ed093c7a6a44b1cb4afda685e2 100644
(file)
--- a/
src/bin/pg_dump/pg_restore.c
+++ b/
src/bin/pg_dump/pg_restore.c
@@
-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' },