pgsql: Fix parallel-safety markings for pg_upgrade functions. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix parallel-safety markings for pg_upgrade functions.
Date
Msg-id E1aSSTZ-00085O-Dv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix parallel-safety markings for pg_upgrade functions.

These establish backend-local state which will not be copied to
parallel workers, so they must be marked parallel-restricted, not
parallel-safe.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d89f06f0482458d4b76e3be67ea428fec2a0aeb6

Modified Files
--------------
src/include/catalog/catversion.h |  2 +-
src/include/catalog/pg_proc.h    | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Introduce a new GUC force_parallel_mode for testing purposes.
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Add gin_clean_pending_list function to clean up GIN pending list