Thread
Commits
-
Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
- 797adaf0febe 18.0 landed
-
Format the code in xact_decode
cca5507 <cca5507@qq.com> — 2024-06-09T09:39:25Z
Hello hackers, just as the title says: 1. Remove redundant parentheses. 2. Adjust the position of the break statement. -- Regards, ChangAo Chen
-
Re: Format the code in xact_decode
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> — 2024-06-10T09:22:46Z
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
-
Re: Format the code in xact_decode
cca5507 <cca5507@qq.com> — 2024-06-10T10:03:40Z
Thank you for reply! I have new a patch in commitfest:Format the code in xact_decode (postgresql.org) -- Regards, ChangAo Chen
-
Re: Format the code in xact_decode
Michael Paquier <michael@paquier.xyz> — 2024-06-11T00:56:44Z
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