Re: Mark all GUC variable as PGDLLIMPORT
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, Andres Freund <andres@anarazel.de>, Chapman Flack <chap@anastigmatix.net>, Julien Rouhaud <rjuju123@gmail.com>, Michael Paquier <michael@paquier.xyz>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-04-05T15:05:46Z
Lists: pgsql-hackers
On Tue, Apr 5, 2022 at 10:07 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > Yeah, the frontend error message rework in [1]. That has exactly > the same constraint that it's likely to break other open patches, > so it'd be better to do it after the CF cutoff. I think that doing > that concurrently with Robert's thing shouldn't be too risky, because > it only affects frontend code while his patch should touch only backend. So when *exactly* do we want to land these patches? None of the calendar programs I use support "anywhere on earth" as a time zone, but I think that feature freeze is 8am on Friday on the East coast of the United States. If I commit the PGDLLIMPORT change within a few hours after that time, is that good? Should I try to do it earlier, before we technically hit 8am? Should I do it the night before, last thing before I go to bed on Thursday? Do you care whether your commit or mine goes in first? -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Remove PGDLLIMPORT marker from __pg_log_level
- 8d3341266508 15.0 landed
-
Mark a few 'bbsink' related functions / variables static.
- b5f44225b833 15.0 landed
-
Add some missing PGDLLIMPORT markings
- 5edeb574285e 15.0 landed
-
Apply PGDLLIMPORT markings broadly.
- 8ec569479fc2 15.0 landed
-
Helper script to apply PGDLLIMPORT markings.
- 80900d469091 15.0 landed
-
Simplify declaring variables exported from libpgcommon and libpgport.
- e04a8059a74c 15.0 cited