pgsql: Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
Date: 2024-07-01 01:19:46
Message-ID: E1sO5hp-003jGN-64@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-07-01 03:21:23 pgsql: Further weaken new pg_createsubscriber test on Windows.
Previous Message Michael Paquier 2024-07-01 00:59:14 pgsql: doc: Add ACL acronym for "Access Control List"