Re: Add PGDLLIMPORT to enable_hashagg

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Metin Doslu <metin(at)citusdata(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add PGDLLIMPORT to enable_hashagg
Date: 2018-02-06 20:17:50
Message-ID: CA+TgmoYYatPMJR9twoB99d9u638zmQhpzN7Sc37TNXzX51ymBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 5, 2018 at 6:17 AM, Metin Doslu <metin(at)citusdata(dot)com> wrote:
> There was already a discussion and commit for adding PGDLLIMPORT to some
> variables which enables extensions to use them on Windows builds. For
> reference, the previous thread:"Add PGDLLIMPORT lines to some variables".
>
> I would like to add PGDLLIMPORT to enable_hashagg for the same reason. I'm
> adding a very simple patch. Please let me know if I'm missing anything given
> that this is my first patch submission.

Seems weird to do it just for enable_hashagg and not for all of the
surrounding Booleans.

--
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 legrand legrand 2018-02-06 20:34:10 Re: Add PGDLLIMPORT to enable_hashagg
Previous Message Robert Haas 2018-02-06 20:16:59 Re: Add more information_schema columns