Make max_parallel_degree PGC_USERSET.

Robert Haas <rhaas@postgresql.org>

Commit: ae507d9222989f2fd8455cf32d4dcb337ccf32bb
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-03-21T14:54:36Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/backend/utils/misc/guc.c modified +1 −1