Make XLogRecGetBlockTag API more error-proof

Edit
ID 3613
Title Make XLogRecGetBlockTag API more error-proof
Topic Refactoring
Created 2022-04-11 18:42:44
Last modified 2022-04-11 21:45:11 (2 years, 7 months ago)
Latest email 2022-04-11 21:44:45 (2 years, 7 months ago)
Status
2022-07: Committed
Target version 15
Authors Tom Lane (tgl)
Reviewers Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3613
git checkout commitfest/cf/3613
Emails
Fixing code that ignores failure of XLogRecGetBlockTag
First at 2022-04-11 18:20:21 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2022-04-11 21:44:45 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (make-XLogRecGetBlockTag-throw-error.patch) at 2022-04-11 18:20:21 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (make-XLogRecGetBlockTag-throw-error.patch) at 2022-04-11 18:20:21 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2022-04-11 21:45:11 Tom Lane (tgl) Closed in commitfest 2022-07 with status: Committed
2022-04-11 21:45:11 Tom Lane (tgl) Changed committer to tgl
2022-04-11 18:43:09 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2022-04-11 18:43:09 Tom Lane (tgl) Changed targetversion to 15
2022-04-11 18:42:44 Tom Lane (tgl) Attached mail thread 425039.1649701221@sss.pgh.pa.us
2022-04-11 18:42:44 Tom Lane (tgl) Created patch record
Edit