Remove emode argument from XLogFileRead/XLogFileReadAnyTLI
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo Nagata <nagata@sraoss.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2024-09-06T11:10:43Z
Lists: pgsql-hackers
Attachments
- Remove_emode_from_XLogFileRead.patch (text/x-diff) patch
Hi, Since 1bb2558046c, XLogFileRead() doesn't use the emode argument. Also, since abf5c5c9a4f, XLogFileReadAnyTLI() is called just once and emode is always DEBUG2. So, I think we can remove the emode argument from these functions. I've atached the patch. Regards, Yugo Nagata -- Yugo Nagata <nagata@sraoss.co.jp>
Commits
-
Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()
- fba49d5293b4 18.0 landed