1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00
Files
postgres/src/backend
Robert Haas c9ce4a1c61 Eliminate "parallel degree" terminology.
This terminology provoked widespread complaints.  So, instead, rename
the GUC max_parallel_degree to max_parallel_workers_per_gather
(leaving room for a possible future GUC max_parallel_workers that acts
as a system-wide limit), and rename the parallel_degree reloption to
parallel_workers.  Rename structure members to match.

These changes create a dump/restore hazard for users of PostgreSQL
9.6beta1 who have set the reloption (or applied the GUC using ALTER
USER or ALTER DATABASE).
2016-06-09 10:00:26 -04:00
..
2016-06-03 16:08:45 +01:00
2016-06-07 14:18:55 -04:00
2016-04-11 14:44:51 -04:00
2016-04-27 10:55:32 -04:00
2016-06-03 16:08:45 +01:00
2016-05-09 10:04:41 -04:00
2016-01-02 13:33:40 -05:00
2016-06-03 16:08:45 +01:00