[postgis-tickets] [PostGIS] #5374: PG16 failing unrecognized configuration parameter "force_parallel_mode"
PostGIS
trac at osgeo.org
Fri Apr 21 12:51:04 PDT 2023
#5374: PG16 failing unrecognized configuration parameter "force_parallel_mode"
----------------------+--------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.4.0
Component: postgis | Version: 3.3.x
Resolution: | Keywords: PostgreSQL 16 pg16
----------------------+--------------------------------
Comment (by robe):
An alternative to using procedure would have been to use update as
RhodiumToad (Andrew) suggested on IRC.
update pg_settings set setting = 'on' where name in
('debug_parallel_query','force_parallel_mode');
Then version wouldn't matter. Right now can only be backported to 3.3
since I'm using procedures introduced in PG 11
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5374#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list