pgsql: Acquire ControlFileLock in relevant SQL functions. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Acquire ControlFileLock in relevant SQL functions.
Date
Msg-id E1qs9D4-000kGy-Jh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Acquire ControlFileLock in relevant SQL functions.

Commit dc7d70ea added functions that read the control file, but didn't
acquire ControlFileLock.  With unlucky timing, file systems that have
weak interlocking like ext4 and ntfs could expose partially overwritten
contents, and the checksum would fail.

Back-patch to all supported releases.

Reviewed-by: David Steele <david@pgmasters.net>
Reviewed-by: Anton A. Melnikov <aamelnikov@inbox.ru>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/20221123014224.xisi44byq3cf5psi%40awork3.anarazel.de

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/606be8a35d9726b6c0468428b6262e58d9e308af

Modified Files
--------------
src/backend/utils/misc/pg_controldata.c | 9 +++++++++
1 file changed, 9 insertions(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Acquire ControlFileLock in relevant SQL functions.
Next
From: Thomas Munro
Date:
Subject: pgsql: Acquire ControlFileLock in relevant SQL functions.