Re: Add PGDLLIMPORT to enable_hashagg

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Brian Cloutier <brian@citusdata.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Metin Doslu <metin@citusdata.com>, Peter Geoghegan <pg@bowt.ie>, legrand legrand <legrand_legrand@hotmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-02-22T21:04:46Z
Lists: pgsql-hackers
On 2018-02-21 11:41:31 -0800, Brian Cloutier wrote:
> On Wed, Feb 21, 2018 at 10:14 AM, Andres Freund <andres@anarazel.de> wrote:
> 
> > Could you take the relevant commit, backport it to the
> > relevant branches, resolve conflicts, make possibly appropriate
> > adaptions, and post?
> >
> 
> The original commit touched some new variables and therefore didn't apply
> cleanly. Attached are equivalent patches for REL_10_STABLE and
> REL9_6_STABLE.

Pushed.

- Andres


Commits

  1. Mark assorted GUC variables as PGDLLIMPORT.