Demote ThisTimeLineID to a local variable. ThisTimeLineID4
authorRobert Haas <rhaas@postgresql.org>
Mon, 1 Nov 2021 18:39:36 +0000 (14:39 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 1 Nov 2021 18:39:36 +0000 (14:39 -0400)
commitb71a67d21df2028396a533097d74a828ed421f3f
tree589a8d660b75687a6a92a4eaea854b939c8c6330
parentce83825bc6ea756bf3cbd2e254ed737cd9bde427
Demote ThisTimeLineID to a local variable.

Instead of a file-level global variable, it can now be made local
to StartupXLOG. The only other code that still accesses it is in
BootstrapXLOG, where we now just use a constant instead.
src/backend/access/transam/xlog.c