Re: Format the code in xact_decode
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
From: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
To: cca5507 <cca5507@qq.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-06-10T09:22:46Z
Lists: pgsql-hackers
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
Commits
-
Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
- 797adaf0febe 18.0 landed