pgsql: Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
Date
Msg-id E1sO5hp-003jGN-64@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS

This makes the code more consistent with the surroundings.

Author: ChangAo Chen
Reviewed-by: Ashutosh Bapat
Discussion: https://postgr.es/m/CAExHW5tNTevUh58SKddTtcX3yU_5_PDSC8Mdp-Q2hc9PpZHRJg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/797adaf0febe02e097353fa6b21dd67fd6bd73c9

Modified Files
--------------
src/backend/replication/logical/decode.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Add ACL acronym for "Access Control List"
Next
From: Tom Lane
Date:
Subject: pgsql: Further weaken new pg_createsubscriber test on Windows.