pgsql: Clean up representation of flags in struct ReorderBufferTXN - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Clean up representation of flags in struct ReorderBufferTXN
Date
Msg-id E1iq1J8-0003EU-Rn@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix naming of SELinux
Next
From: Peter Geoghegan
Date:
Subject: pgsql: nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.