pgsql: Restore lock level to set vacuum flags - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Restore lock level to set vacuum flags
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Restore lock level to set vacuum flags

Commit 27838981be9d mistakenly reduced the lock level from exclusive to
shared that is acquired to set PGPROC->statusFlags; this was reverted
by dcfff74fb166, but failed to do so in one spot.  Fix it.

Backpatch to 14.

Noted by Andres Freund.

Discussion: https://postgr.es/m/[email protected]

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9aa91cb33b70c5bc207e1a136d60f742acd67c32

Modified Files
--------------
src/backend/replication/slot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Add referential actions to CREATE/ALTER TABLE synopsis
Next
From: Tom Lane
Date:
Subject: pgsql: Fall back to unsigned int, not int, for socklen_t.