Re: Add PGDLLIMPORT lines to some variables
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Craig Ringer <craig@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Peter Geoghegan <pg@bowt.ie>,
Noah Misch <noah@leadboat.com>, Andres Freund <andres@anarazel.de>,
Brian Cloutier <brian@citusdata.com>,
Pavel Stehule <pavel.stehule@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-06-13T14:56:06Z
Lists: pgsql-hackers
[ blast-from-the-past department ] Craig Ringer <craig@2ndquadrant.com> writes: > On 5 December 2017 at 22:49, Robert Haas <robertmhaas@gmail.com> wrote: >> Mark assorted variables PGDLLIMPORT. > I was going to pipe up here to add ReplicationSlotCtl to the list. > Otherwise the only way to access slot information is via the SPI and > pg_stat_replication_slots, which isn't super fun. And it's not like > ReplicationSlotCtl is any more internal than MyReplicationSlot. > I missed the boat on your commit, but ... please? Not sure why this request was ignored, but now that we have another request for the same thing [1], I've pushed this. regards, tom lane [1] https://postgr.es/m/345138875.20190611151943@cybertec.at
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