infobits_set WAL record struct field is int8
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-04-11T20:13:49Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-xl_heap_lock.infobits_set-type.patch (application/octet-stream) patch v1-0001
Commit 0ac5ad5134 ("Improve concurrency of foreign key locking") added
infobits_set fields to certain WAL records. However, in the case of
xl_heap_lock, it made the data type int8 rather than uint8.
I believe that this was a minor oversight. Attached patch fixes the issue.
--
Peter Geoghegan
Commits
-
Fix xl_heap_lock WAL record field's data type.
- e944063294fb 16.0 landed
-
Improve concurrency of foreign key locking
- 0ac5ad5134f2 9.3.0 cited