Initialize work_mem using current guc.c default.
authorPeter Geoghegan <pg@bowt.ie>
Thu, 2 Jul 2020 23:34:54 +0000 (16:34 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 2 Jul 2020 23:34:54 +0000 (16:34 -0700)
commit947456a823d6b0973b68c6b38c8623a0504054e7
tree605f0743c028fbf488fd7937540d1c0a379cd5d2
parente25d462a38f853621a2ad529638d463836230766
Initialize work_mem using current guc.c default.

Do the same for the maintenance_work_mem global variable.

Oversight in commit 848ae330a49, which increased the previous defaults
for work_mem and maintenance_work_mem by 4X.
src/backend/utils/init/globals.c