Re: Add PGDLLIMPORT to enable_hashagg

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: legrand legrand <legrand_legrand(at)hotmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add PGDLLIMPORT to enable_hashagg
Date: 2018-02-06 20:39:41
Message-ID: CA+TgmoZh_k2mv+xMaRumEyPbSZqL8Rhm587go8N=_BU_yD4L6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 6, 2018 at 3:34 PM, legrand legrand
<legrand_legrand(at)hotmail(dot)com> wrote:
> 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

Yeah, let's get them all into one list and I'll commit the whole thing together.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2018-02-06 20:40:41 Re: Add PGDLLIMPORT to enable_hashagg
Previous Message legrand legrand 2018-02-06 20:34:10 Re: Add PGDLLIMPORT to enable_hashagg