Initialize work_mem using current guc.c default.

Peter Geoghegan <pg@bowt.ie>

Commit: 947456a823d6b0973b68c6b38c8623a0504054e7
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2020-07-02T23:34:54Z
Releases: 14.0
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.

Files

PathChange+/−
src/backend/utils/init/globals.c modified +2 −2