Re: BUG #16780: Inconsistent recovery_target_xid handling across platforms
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2020-12-23T04:44:43Z
Lists: pgsql-bugs
On Tue, Dec 22, 2020 at 02:02:46PM +0900, Michael Paquier wrote: > So, attached is a patch to make the logic more consistent that I would > like to apply down to 12. Please let me know if there are any > objections or comments. I have looked at that again this morning, and applied a fix down to 9.6 with the change in the TAP tests based on pg_resetwal. In 9.5, pg_strtouint64() is not available, but this branch is old enough that it did not seem worth the extra effort. -- Michael
Commits
-
Fix portability issues with parsing of recovery_target_xid
- 0b54a80a38c7 9.6.21 landed
- f3ee99df7280 10.16 landed
- 35ad5c7c7eed 11.11 landed
- 67a9411d2fca 12.6 landed
- 1e54664eee4b 13.2 landed
- 6db27037b993 14.0 landed