Files
neon/test_runner/regress
Heikki Linnakangas e4898a6e60 Don't pass InvalidTransactionId to update_next_xid. (#6410)
update_next_xid() doesn't have any special treatment for the invalid or
other special XIDs, so it will treat InvalidTransactionId (0) as a
regular XID. If old nextXid is smaller than 2^31, 0 will look like a
very old XID, and nothing happens. But if nextXid is greater than 2^31 0
will look like a very new XID, and update_next_xid() will incorrectly
bump up nextXID.
2024-01-20 18:04:16 +02:00
..
2023-07-21 21:20:53 +03:00
2024-01-16 08:42:13 +00:00
2023-07-18 12:56:40 +03:00
2023-07-18 12:56:40 +03:00