pgsql: Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Дата
Msg-id E1nrh1x-00083p-LH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS

This is a slight, convenient semantics change from what commit
0f0cfb494004 ("Fix parallel operations that prevent oldest xmin from
advancing") introduced that lets us simplify the coding in the one place
where it is used.

Backpatch to 13.  This is related to commit 6fea65508a1a ("Tighten
ComputeXidHorizons' handling of walsenders") rewriting the code site
where this is used, which has not yet been backpatched, but it may well
be in the future.

Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
Discussion: https://postgr.es/m/202204191637.eldwa2exvguw@alvherre.pgsql

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5fd0cccc116b248be615f5a7cd35b5d46c0589d1

Modified Files
--------------
src/backend/storage/ipc/procarray.c | 11 ++++++-----
src/include/storage/proc.h          |  7 +++----
2 files changed, 9 insertions(+), 9 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: clarify location of libpq's default service file on Windows