diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-12-01 14:17:24 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-12-01 14:17:24 +0100 |
commit | 018b800245c5d4db30d204fa42fada05a64eb287 (patch) | |
tree | 9919aa9f2107a42a24dde23f5af9d8eab50e3388 /src/backend/access/transam/xlog.c | |
parent | 7799d4e3bdd14c90989d829a9b24e73d4ff4d4ad (diff) | |
download | postgresql-018b800245c5d4db30d204fa42fada05a64eb287.tar.gz postgresql-018b800245c5d4db30d204fa42fada05a64eb287.zip |
Remove mention of TimeLineID update from comments
Commit 4a92a1c3d removed the TimeLineID update from RecoveryInProgress,
update comments accordingly.
Author: Amul Sul <sulamul@gmail.com>
Discussion: https://postgr.es/m/CAAJ_b96wyzs8N45jc-kYd-bTE02hRWQieLZRpsUtNbhap7_PuQ@mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index b980c6ac21c..d894af310a0 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -8391,8 +8391,8 @@ PerformRecoveryXLogAction(void) * Unlike testing InRecovery, this works in any process that's connected to * shared memory. * - * As a side-effect, we initialize the local TimeLineID and RedoRecPtr - * variables the first time we see that recovery is finished. + * As a side-effect, we initialize the local RedoRecPtr variable the first + * time we see that recovery is finished. */ bool RecoveryInProgress(void) |