Thread: pgsql: Clean up representation of flags in struct ReorderBufferTXN

pgsql: Clean up representation of flags in struct ReorderBufferTXN

From
Alvaro Herrera
Date:
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(-)