Re: Add PGDLLIMPORT lines to some variables
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Brian Cloutier <brian@citusdata.com>
Cc: Craig Ringer <craig@2ndquadrant.com>, Andres Freund <andres@anarazel.de>, Pavel Stehule <pavel.stehule@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-28T22:51:36Z
Lists: pgsql-hackers
On Wed, Nov 29, 2017 at 5:00 AM, Brian Cloutier <brian@citusdata.com> wrote: > Sorry, I'm new to pg-hackers, so I'm not sure what the next step is. > > Do I submit this to commitfest? > > When submitting, do I submit multiple changes, one per branch this should be > packported to? If you want a patch to get reviewed, please register it to the commit fest? Here are more details: https://wiki.postgresql.org/wiki/Submitting_a_Patch Sending as a first step only one patch for HEAD is fine, as discussion will likely occur while you work on a patch. If the patch is worth back-patching, usually the committer who picks up the patch would generate the versions for the back-branches. Help is always appreciated with version-specific patches once it is clearly decided that a certain patch merits a backpatch. Note that PGDLLIMPORT does not have this treatment usually. -- Michael
Commits
-
Mark ReplicationSlotCtl as PGDLLIMPORT.
- 3c8f8f6ebefb 12.0 landed
- 945ae92c8a5e 10.9 landed
- 9065fc2bd1cf 9.6.14 landed
- 68a0571e2255 9.4.23 landed
- 2c5756ba5416 9.5.18 landed
- 07accce500d8 11.4 landed
-
Mark assorted variables PGDLLIMPORT.
- e6c7ff9e381b 9.3.21 landed
- f4bb60ed69d8 9.4.16 landed
- 1892f04fb176 9.5.11 landed
- a4116c460299 9.6.7 landed
- ff1473078d25 10.2 landed
- c572599c65bf 11.0 landed
-
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
- 56018bf26eec 10.0 cited