Lower minimum maintenance_work_mem to 64kB
authorJohn Naylor <[email protected]>
Tue, 6 Aug 2024 13:38:33 +0000 (20:38 +0700)
committerJohn Naylor <[email protected]>
Sat, 10 Aug 2024 07:59:13 +0000 (14:59 +0700)
commit2eda3df9ad532a051976937cfc17d6c52bbdacd6
treecc0a53084efdc5bbe2253f9a388159dd2dbae2d2
parent6bec76faa4bd7eda34f213f0831d77506d66147c
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[email protected]
Discussion: https://postgr.es/m/20240722164745.fvaoh6g6zprisqgp%40awork3.anarazel.de
src/backend/postmaster/autovacuum.c
src/backend/utils/misc/guc_tables.c
src/backend/utils/misc/postgresql.conf.sample