Re: Add PGDLLIMPORT lines to some variables
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Brian Cloutier <brian@citusdata.com>
Cc: Pavel Stehule <pavel.stehule@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-20T20:02:30Z
Lists: pgsql-hackers
Hi, Please quote properly on postgres mailing lists... We're old school [tm]. On 2017-11-20 11:58:44 -0800, Brian Cloutier wrote: > > please, append session_timezone to your list > > Here's a v2 patch which also includes session_timezone. > > Separately, is this the kind of thing which is eligible for backporting > into the next releases of 9.6 and 10? I don't think we quite have an established protocol for this. I personally, but I'm biased in this specific case, is that we should adopt a position that PGDLLIMPORTs should basically backpatched whenever a credible extension even halfway reasonably requires it. There's no easy way to get this done by default, and we're so far unwilling to just slap this onto every variable. So to not further disadvantage people force dto live in the MS environment, that seems the sanest solution. It's not like these are high risk. - Andres
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