pgsql: Acquire ControlFileLock in relevant SQL functions.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Acquire ControlFileLock in relevant SQL functions.
Дата
Msg-id E1qs9CR-000kFK-PG@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c558e6fd92ffeb85d5f52e32ccbcf8a5b5eb7bf3

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Dissociate btequalimage() from interval_ops, ending its deduplic
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Acquire ControlFileLock in relevant SQL functions.