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
- add-PGDLLIMPORT-REL_10_STABLE-v1.patch (text/x-patch) patch v1
- add-PGDLLIMPORT-REL9_6_STABLE-v1.patch (text/x-patch) patch v1
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
-
Mark assorted GUC variables as PGDLLIMPORT.
- 935dee9ad5a8 11.0 landed