postgresql/src/backend/postmaster
Daniel Gustafsson 018b800245 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
2021-12-01 14:17:24 +01:00
..
Makefile process startup: Move AuxiliaryProcessMain into its own file. 2021-08-05 12:12:11 -07:00
autovacuum.c autovacuum: Improve wording in a couple places 2021-11-22 12:55:36 -03:00
auxprocess.c pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. 2021-08-06 19:05:59 -07:00
bgworker.c Remove support for background workers without BGWORKER_SHMEM_ACCESS. 2021-08-13 05:49:26 -07:00
bgwriter.c Run checkpointer and bgwriter in crash recovery. 2021-08-02 17:32:44 +12:00
checkpointer.c Remove mention of TimeLineID update from comments 2021-12-01 14:17:24 +01:00
fork_process.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
interrupt.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pgarch.c Report wait events for local shell commands like archive_command. 2021-11-22 10:28:21 +09:00
pgstat.c Add a view to show the stats of subscription workers. 2021-11-30 08:54:30 +05:30
postmaster.c Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 2021-11-28 21:33:07 -05:00
startup.c Fix race condition in startup progress reporting. 2021-10-29 14:40:15 -04:00
syslogger.c Fix compilation warning in syslogger.c 2021-10-07 16:24:26 +09:00
walwriter.c Revert "Avoid creating archive status ".ready" files too early" 2021-09-04 12:14:30 -04:00