pgsql: Initialize work_mem using current guc.c default.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Initialize work_mem using current guc.c default.
Date: 2020-07-02 23:35:12
Message-ID: E1jr8jY-0004ly-E4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/947456a823d6b0973b68c6b38c8623a0504054e7

Modified Files
--------------
src/backend/utils/init/globals.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-07-03 02:37:40 pgsql: Change default of pg_stat_statements.track_planning to off.
Previous Message Peter Geoghegan 2020-07-02 21:56:26 pgsql: nbtree: Rename _bt_search() variables.