Re: Add PGDLLIMPORT to enable_hashagg - Mailing list pgsql-hackers

From legrand legrand
Subject Re: Add PGDLLIMPORT to enable_hashagg
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Add PGDLLIMPORT to enable_hashagg  (Robert Haas <[email protected]>)
Responses Re: Add PGDLLIMPORT to enable_hashagg
List pgsql-hackers
Hello,
I know an other extension that would need the same for:

src/include/optimizer/paths.h
geqo_threshold
enable_geqo
min_parallel_index_scan_size
min_parallel_table_scan_size

src/include/optimizer/cost.h
max_parallel_workers_per_gather
enable_hashjoin
enable_mergejoin
enable_nestloop
enable_indexonlyscan
enable_tidscan
enable_bitmapscan
enable_indexscan
enable_seqscan
disable_cost

src/include/utils/guc.h
application_name

src/include/miscadmin.h
max_worker_processes

see https://github.com/ossc-db/pg_hint_plan/issues/8

Regards
PAscal



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add PGDLLIMPORT to enable_hashagg
Next
From: Robert Haas
Date:
Subject: Re: Add PGDLLIMPORT to enable_hashagg