[COMMITTERS] pgsql: pg_restore: Don't allow non-positive number of jobs

2017-01-11 Thread Stephen Frost
pg_restore: Don't allow non-positive number of jobs pg_restore will currently accept invalid values for the number of parallel jobs to run (eg: -1), unlike pg_dump which does check that the value provided is reasonable. Worse, '-1' is actually a valid, independent, parameter (as an alias for --si

[COMMITTERS] pgsql: pg_restore: Don't allow non-positive number of jobs

2017-01-11 Thread Stephen Frost
pg_restore: Don't allow non-positive number of jobs pg_restore will currently accept invalid values for the number of parallel jobs to run (eg: -1), unlike pg_dump which does check that the value provided is reasonable. Worse, '-1' is actually a valid, independent, parameter (as an alias for --si

[COMMITTERS] pgsql: pg_restore: Don't allow non-positive number of jobs

2017-01-11 Thread Stephen Frost
pg_restore: Don't allow non-positive number of jobs pg_restore will currently accept invalid values for the number of parallel jobs to run (eg: -1), unlike pg_dump which does check that the value provided is reasonable. Worse, '-1' is actually a valid, independent, parameter (as an alias for --si

[COMMITTERS] pgsql: pg_restore: Don't allow non-positive number of jobs

2017-01-11 Thread Stephen Frost
pg_restore: Don't allow non-positive number of jobs pg_restore will currently accept invalid values for the number of parallel jobs to run (eg: -1), unlike pg_dump which does check that the value provided is reasonable. Worse, '-1' is actually a valid, independent, parameter (as an alias for --si

[COMMITTERS] pgsql: pg_restore: Don't allow non-positive number of jobs

2017-01-11 Thread Stephen Frost
pg_restore: Don't allow non-positive number of jobs pg_restore will currently accept invalid values for the number of parallel jobs to run (eg: -1), unlike pg_dump which does check that the value provided is reasonable. Worse, '-1' is actually a valid, independent, parameter (as an alias for --si

[COMMITTERS] pgsql: pg_restore: Don't allow non-positive number of jobs

2017-01-11 Thread Stephen Frost
pg_restore: Don't allow non-positive number of jobs pg_restore will currently accept invalid values for the number of parallel jobs to run (eg: -1), unlike pg_dump which does check that the value provided is reasonable. Worse, '-1' is actually a valid, independent, parameter (as an alias for --si

[COMMITTERS] pgsql: Fix some typos in comments

2017-01-11 Thread Magnus Hagander
Fix some typos in comments Masahiko Sawada Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/268f9e3d9292af1d6ca9aa66b42daac2ef1a0987 Modified Files -- src/backend/utils/mmgr/dsa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Sent via p