Re: Add PGDLLIMPORT to enable_hashagg
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Metin Doslu <metin@citusdata.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-02-06T20:17:50Z
Lists: pgsql-hackers
On Mon, Feb 5, 2018 at 6:17 AM, Metin Doslu <metin@citusdata.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
Commits
-
Mark assorted GUC variables as PGDLLIMPORT.
- 935dee9ad5a8 11.0 landed