pgsql: Clean up representation of flags in struct ReorderBufferTXN

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Clean up representation of flags in struct ReorderBufferTXN
Дата
Msg-id E1iq1J8-0003EU-Rn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up representation of flags in struct ReorderBufferTXN

This simplifies addition of further flags.

Author: Nikhil Sontakke
Discussion: https://postgr.es/m/CAMGcDxeViP+R-OL7QhzUV9eKCVjURobuY1Zijik4Ay_Ddwo4Cg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 38 ++++++++++----------
src/include/replication/reorderbuffer.h         | 46 +++++++++++++++----------
2 files changed, 47 insertions(+), 37 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Fix naming of SELinux
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.