postgresql/src/backend/postmaster
John Naylor bbf668d66f Lower minimum maintenance_work_mem to 64kB
Since the introduction of TID store, vacuum uses far less memory in
the common case than in versions 16 and earlier. Invoking multiple
rounds of index vacuuming in turn requires a much larger table. It'd
be a good idea anyway to cover this case in regression testing, and a
lower limit is less painful for slow buildfarm animals. The reason to
do it now is to re-enable coverage of the bugfix in commit 83c39a1f7f.

For consistency, give autovacuum_work_mem the same treatment.

Suggested by Andres Freund
Tested by Melanie Plageman
Backpatch to v17, where TID store was introduced

Discussion: https://postgr.es/m/20240516205458.ohvlzis5b5tvejru@awork3.anarazel.de
Discussion: https://postgr.es/m/20240722164745.fvaoh6g6zprisqgp%40awork3.anarazel.de
2024-08-10 14:52:56 +07:00
..
autovacuum.c Lower minimum maintenance_work_mem to 64kB 2024-08-10 14:52:56 +07:00
auxprocess.c Move cancel key generation to after forking the backend 2024-07-29 15:37:48 +03:00
bgworker.c Refactor code to handle death of a backend or bgworker in postmaster 2024-08-10 00:04:43 +03:00
bgwriter.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00
checkpointer.c Fix bugs in MultiXact truncation 2024-06-26 23:02:06 +03:00
fork_process.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
interrupt.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
launch_backend.c Remove useless member of BackendParameters. 2024-07-30 23:15:09 +12:00
Makefile Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
meson.build Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
pgarch.c A few follow-up fixes for GUC name quoting 2024-05-17 13:48:31 +02:00
postmaster.c Fix comment on processes being kept over a restart 2024-08-10 00:06:19 +03:00
startup.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00
syslogger.c Improve some global variable declarations 2024-07-02 07:26:22 +02:00
walsummarizer.c Wait for WAL summarization to catch up before creating .partial file. 2024-07-26 15:00:48 -04:00
walwriter.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00