summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-03-20 09:21:09 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-03-20 09:21:09 +0000
commit249d936bed069877923f0369bd2ce51a6f8f925e (patch)
tree9b45e6250dcbe274faefd4ba683143802a0e20ec /src/bin/pg_dump/pg_backup.h
parent753a040486a0b3ac8fbb25fdf532f447758dcc58 (diff)
downloadpostgresql-249d936bed069877923f0369bd2ce51a6f8f925e.tar.gz
Rename pg_restore -m to -j, and add documentation about what good numbers
are. per discussion on hackers
Diffstat (limited to 'src/bin/pg_dump/pg_backup.h')
-rw-r--r--src/bin/pg_dump/pg_backup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h
index 3e50b6b39a..839a9fec60 100644
--- a/src/bin/pg_dump/pg_backup.h
+++ b/src/bin/pg_dump/pg_backup.h
@@ -15,7 +15,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup.h,v 1.50 2009/02/26 16:02:37 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup.h,v 1.51 2009/03/20 09:21:08 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -139,7 +139,7 @@ typedef struct _restoreOptions
int suppressDumpWarnings; /* Suppress output of WARNING entries
* to stderr */
bool single_txn;
- int number_of_threads;
+ int number_of_jobs;
bool *idWanted; /* array showing which dump IDs to emit */
} RestoreOptions;