Format the code in xact_decode
cca5507 <cca5507@qq.com>
From: cca5507 <cca5507@qq.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-06-09T09:39:25Z
Lists: pgsql-hackers
Attachments
- 0001-Format-the-code-in-xact_decode.patch (application/octet-stream) patch 0001
Hello hackers, just as the title says: 1. Remove redundant parentheses. 2. Adjust the position of the break statement. -- Regards, ChangAo Chen
Commits
-
Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
- 797adaf0febe 18.0 landed