pgsql: Initialize variable to placate compiler.

2023-12-27 Thread Robert Haas
Initialize variable to placate compiler. I don't think there's a real problem here, because if we reach the loop over 'tles' then we will either find at least one TimeLineHistoryEntry such that oldest_segno != 0, in which case unsummarized_lsn will be initialized, or else unsummarized_tli will rem

pgsql: Initialize variable to placate compiler.

2021-10-25 Thread Robert Haas
Initialize variable to placate compiler. Per Nathan Bossart. Discussion: http://postgr.es/m/fecee7fc-cb74-45a9-bb24-89fee52a9...@amazon.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a030a0c5ccb113ccd09d0f0b82f1edb5e49ed607 Modified Files -- src/b