Re: Add PGDLLIMPORT to enable_hashagg

Metin Doslu <metin@citusdata.com>

From: Metin Doslu <metin@citusdata.com>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Robert Haas <robertmhaas@gmail.com>, legrand legrand <legrand_legrand@hotmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-02-07T11:32:12Z
Lists: pgsql-hackers

Attachments

Hey all,

I'm attaching the updated patch, it includes

i. The list of Pascal (max_worker_processes was already with
PGDLLIMPORT, so I also added to max_parallel_workers)
ii. Some others in cost.h to make the file more readable.

Best,
Metin

On Tue, Feb 6, 2018 at 10:40 PM, Peter Geoghegan <pg@bowt.ie> wrote:
> On Tue, Feb 6, 2018 at 12:39 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> Yeah, let's get them all into one list and I'll commit the whole thing together.
>
> +1
>
> --
> Peter Geoghegan
>

Commits

  1. Mark assorted GUC variables as PGDLLIMPORT.