Format the code in xact_decode

Started by cca5507almost 2 years ago4 messageshackers
Jump to latest
#1cca5507
cca5507@qq.com

Hello hackers, just as the title says:
1. Remove redundant parentheses.
2. Adjust the position of the break statement.
--
Regards,
ChangAo Chen

Attachments:

0001-Format-the-code-in-xact_decode.patchapplication/octet-stream; charset=ISO-8859-1; name=0001-Format-the-code-in-xact_decode.patchDownload+3-3
#2Ashutosh Bapat
ashutosh.bapat@enterprisedb.com
In reply to: cca5507 (#1)
Re: Format the code in xact_decode

Changes make the code in case XLOG_XACT_INVALIDATIONS block syntactically
consistent with the other block. LGTM.

On Sun, Jun 9, 2024 at 6:57 PM cca5507 <cca5507@qq.com> wrote:

Hello hackers, just as the title says:
1. Remove redundant parentheses.
2. Adjust the position of the break statement.
--
Regards,
ChangAo Chen

--
Best Wishes,
Ashutosh Bapat

#3cca5507
cca5507@qq.com
In reply to: Ashutosh Bapat (#2)
Re: Format the code in xact_decode

Thank you for reply! I have new a patch in commitfest:Format the code in xact_decode (postgresql.org)

--
Regards,
ChangAo Chen

#4Michael Paquier
michael@paquier.xyz
In reply to: cca5507 (#3)
Re: Format the code in xact_decode

On Mon, Jun 10, 2024 at 06:03:40PM +0800, cca5507 wrote:

Thank you for reply!

No objections here, either.

I have new a patch in commitfest:Format the code in xact_decode
(postgresql.org)

Thanks for tracking that. For reference:
https://commitfest.postgresql.org/48/5028/
--
Michael