Add PGDLLIMPORT to enable_hashagg
Metin Doslu <metin@citusdata.com>
From: Metin Doslu <metin@citusdata.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-02-05T11:17:43Z
Lists: pgsql-hackers
Attachments
- add_pgdllimport-v1.patch (application/octet-stream) patch v1
Hey all, 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. Best, Metin
Commits
-
Mark assorted GUC variables as PGDLLIMPORT.
- 935dee9ad5a8 11.0 landed