Re: [COMMITTERS] pgsql: Fix parallel safety markings for pg_start_backup.

2016-05-02 Thread Magnus Hagander
Oops, thanks. Need to get used to actually considering this new parallelism flag when adding new functions, and not just copy/paste. /Magnus On May 2, 2016 16:44, "Robert Haas" wrote: > Fix parallel safety markings for pg_start_backup. > > Commit 7117685461af50f50c03f43e6a622284c8d54694 made pg_

[COMMITTERS] pgsql: Fix parallel safety markings for pg_start_backup.

2016-05-02 Thread Robert Haas
Fix parallel safety markings for pg_start_backup. Commit 7117685461af50f50c03f43e6a622284c8d54694 made pg_start_backup parallel-restricted rather than parallel-safe, because it now relies on backend-private state that won't be synchronized with the parallel worker. However, it didn't update pg_pr