pgsql: Make max_parallel_degree PGC_USERSET.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make max_parallel_degree PGC_USERSET.
Date: 2016-03-21 14:55:16
Message-ID: E1ai1Ei-000672-EW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make max_parallel_degree PGC_USERSET.

It was intended to be this way all along, just like other planner
GUCs such as work_mem. But I goofed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ae507d9222989f2fd8455cf32d4dcb337ccf32bb

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bert 2016-03-21 14:57:49 Re: [COMMITTERS] pgsql: Support parallel aggregation.
Previous Message Simon Riggs 2016-03-21 14:43:46 Re: [COMMITTERS] pgsql: Support parallel aggregation.