pgsql: Mark binary_upgrade_set_missing_value as parallel_unsafe - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Mark binary_upgrade_set_missing_value as parallel_unsafe
Date
Msg-id E1fWhuI-0001Pf-75@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Mark binary_upgrade_set_missing_value as parallel_unsafe

per buildfarm.

Bump catalog version again although in practice nobody is going to use
this in a parallel query.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/123efbccea694626b36ad952086d883fa7469aa9

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Allow for pg_upgrade of attributes with missing values
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: mention use of cross platform logical replication