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

Commit 3957cf6

Browse files
committed
As part of previous commit, add pg_restore option:
-1 or --single-transaction Simon Riggs
1 parent 0f57851 commit 3957cf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/pg_dump/pg_restore.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
*
3636
* IDENTIFICATION
37-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.74 2006/02/12 04:04:32 momjian Exp $
37+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.75 2006/02/12 04:07:25 momjian Exp $
3838
*
3939
*-------------------------------------------------------------------------
4040
*/
@@ -66,7 +66,6 @@ int optreset;
6666
#endif
6767

6868

69-
/* Forward decls */
7069
static void usage(const char *progname);
7170

7271
typedef struct option optType;

0 commit comments

Comments
 (0)