aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/backup_manifest.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2020-07-13 13:49:51 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2020-07-13 13:49:51 -0400
commitb5b4c0fef9fb905d98f93c1f455397449c6e63a8 (patch)
tree2925bf719f5584e2ea3f2a09cbf9839d5275464c /src/backend/replication/backup_manifest.c
parent25fe5ac45a736e50d2b85280a3cb0ce169f583f3 (diff)
downloadpostgresql-b5b4c0fef9fb905d98f93c1f455397449c6e63a8.tar.gz
postgresql-b5b4c0fef9fb905d98f93c1f455397449c6e63a8.zip
Fix uninitialized value in segno calculation
Remove previous hack in KeepLogSeg that added a case to deal with a (badly represented) invalid segment number. This was added for the sake of GetWALAvailability. But it's not needed if in that function we initialize the segment number to be retreated to the currently being written segment, so do that instead. Per valgrind-running buildfarm member skink, and some sparc64 animals. Discussion: https://postgr.es/m/1724648.1594230917@sss.pgh.pa.us
Diffstat (limited to 'src/backend/replication/backup_manifest.c')
0 files changed, 0 insertions, 0 deletions