Re: Add PGDLLIMPORT to enable_hashagg

Brian Cloutier <brian@citusdata.com>

From: Brian Cloutier <brian@citusdata.com>
To: Andres Freund <andres@anarazel.de>
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-21T19:41:31Z
Lists: pgsql-hackers

Attachments

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.

Commits

  1. Mark assorted GUC variables as PGDLLIMPORT.