[COMMITTERS] pgsql: Initialize number_of_jobs in NewRestoreOptions - Mailing list pgsql-committers

From Stephen Frost
Subject [COMMITTERS] pgsql: Initialize number_of_jobs in NewRestoreOptions
Date
Msg-id E1cb7WC-00075U-HV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Initialize number_of_jobs in NewRestoreOptions

Now that we're checking that the number_of_jobs passed in isn't zero or
negative, we need to actually initialize number_of_jobs to '1' when it
isn't set.

Pointed out by Rushabh Lathia, though not his patch.

Discussion: https://postgr.es/m/CAGPqQf2u1T3J=ANhCw1CuvzqjD80oWvMg2-2wmfG08gCm9hhHA@mail.gmail.com

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0021ce274319215fdc481ae29f059068f7a5bf0a

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Stamp 9.2.20.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Correct thinko in last-minute release note item.