postgresql/src/backend/postmaster
Thomas Munro 10b6745d31 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:44:12 +13:00
..
Makefile Redesign archive modules 2023-02-17 14:26:42 +09:00
autovacuum.c Add PROCESS_MAIN to VACUUM 2023-03-06 16:41:05 +09:00
auxprocess.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bgworker.c Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
bgwriter.c Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
checkpointer.c Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
fork_process.c Use WaitEventSet API for postmaster's event loop. 2023-01-12 16:32:20 +13:00
interrupt.c Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
meson.build Redesign archive modules 2023-02-17 14:26:42 +09:00
pgarch.c Redesign archive modules 2023-02-17 14:26:42 +09:00
postmaster.c Small tidyup for commit d41a178b, part II. 2023-03-17 14:44:12 +13:00
startup.c Disable STARTUP_PROGRESS_TIMEOUT in standby mode. 2023-02-06 10:51:08 -05:00
syslogger.c Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
walwriter.c Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00