aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2023-10-16 10:43:47 +1300
committerThomas Munro <tmunro@postgresql.org>2023-10-16 10:43:47 +1300
commitc558e6fd92ffeb85d5f52e32ccbcf8a5b5eb7bf3 (patch)
tree831c52b55350e691f1eea16447a80ed7ba92d98e /src/backend/commands/dbcommands.c
parent5f27b5f848a433ba54c521ccb889788b8f4d6ba7 (diff)
downloadpostgresql-c558e6fd92ffeb85d5f52e32ccbcf8a5b5eb7bf3.tar.gz
postgresql-c558e6fd92ffeb85d5f52e32ccbcf8a5b5eb7bf3.zip
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
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions