From 249d936bed069877923f0369bd2ce51a6f8f925e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 20 Mar 2009 09:21:09 +0000 Subject: Rename pg_restore -m to -j, and add documentation about what good numbers are. per discussion on hackers --- src/bin/pg_dump/pg_backup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/pg_dump/pg_backup.h') 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; -- cgit v1.2.1