1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00
Files
postgres/src/backend
Heikki Linnakangas 931b6db39b Fix corner-case bug in tracking of latest removed WAL segment during
streaming replication. We used log/seg 0/0 to indicate that no WAL segments
have been removed since startup, but 0/0 is a valid value for the very first
WAL segment after initdb. To make that disambiguous, store
(latest removed WAL segment + 1) in the global variable.

Per report from Matt Chesler, also reproduced by Greg Smith.
2010-11-01 10:05:15 +02:00
..
2010-10-25 21:44:49 +03:00
2010-09-20 22:08:53 +02:00
2010-10-26 21:20:38 -04:00
2010-09-20 22:08:53 +02:00
2010-10-30 21:56:11 -04:00
2010-09-20 22:08:53 +02:00
2010-10-30 21:56:11 -04:00
2010-09-20 22:08:53 +02:00
2010-09-20 22:08:53 +02:00