postgresql/src/backend/postmaster
Thomas Munro e8a774d007 Small tidyup for commit d41a178b, part II.
Further to commit 6a9229da, checking for NULL is now redundant.  An "out
of memory" error would have been thrown already by palloc() and treated
as FATAL, so we can delete a few more lines.

Back-patch to all releases, like those other commits.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/4040668.1679013388%40sss.pgh.pa.us
2023-03-17 14:46:03 +13:00
..
Makefile pgstat: move pgstat.c to utils/activity. 2022-04-06 21:29:46 -07:00
autovacuum.c Prevent long-term memory leakage in autovacuum launcher. 2022-08-31 16:23:20 -04:00
auxprocess.c Revert the addition of GetMaxBackends() and related stuff. 2022-04-12 14:45:23 -04:00
bgworker.c Fix grammar in error message 2022-09-15 11:43:00 +07:00
bgwriter.c pgstat: rename some pgstat_send_* functions to pgstat_report_*. 2022-04-06 14:08:57 -07:00
checkpointer.c pgstat: store statistics in shared memory. 2022-04-06 21:29:46 -07:00
fork_process.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
interrupt.c pgstat: store statistics in shared memory. 2022-04-06 21:29:46 -07:00
pgarch.c Rework shutdown callback of archiver modules 2022-10-19 14:07:01 +09:00
postmaster.c Small tidyup for commit d41a178b, part II. 2023-03-17 14:46:03 +13:00
shell_archive.c Rework shutdown callback of archiver modules 2022-10-19 14:07:01 +09:00
startup.c Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode." 2023-02-10 16:27:05 -05:00
syslogger.c Use STDOUT/STDERR_FILENO in most of syslogger. 2022-07-18 17:22:36 -07:00
walwriter.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00