pgsql: Mark a few logical decoding related variables with PGDLLIMPORT.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark a few logical decoding related variables with PGDLLIMPORT.
Date: 2020-08-15 03:14:26
Message-ID: E1k6meI-0003Bq-Pu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark a few logical decoding related variables with PGDLLIMPORT.

Commit 7259736a6e added two variables CheckXidAlive and bsysscan to detect
concurrent aborts and used these in inline functions that are part of the
API that can be used by extensions. So it is better to mark them with
PGDLLIMPORT.

Reported-by: Thomas Munro
Discussion: https://postgr.es/m/CA+hUKGJ7+HYupd=Pz9+QrXa-C_YnbC4rAYu8V+=OKg=UgdzMeg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b48cac3b10a02fea2bed684469dd4d36a6616405

Modified Files
--------------
src/include/access/xact.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-08-15 09:34:58 pgsql: Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Previous Message Tom Lane 2020-08-15 02:14:35 pgsql: Be more careful about the shape of hashable subplan clauses.