pgsql: Mark a few parallelism-related variables with PGDLLIMPORT.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark a few parallelism-related variables with PGDLLIMPORT.
Date: 2019-06-04 01:26:04
Message-ID: E1hXyDE-0006Tz-Gx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark a few parallelism-related variables with PGDLLIMPORT.

Back-patch commit 09a65f5a2 into the 9.6 and 10 branches.
Needed to support back-patch of commit 2cd4e8357 on Windows.

Discussion: http://postgr.es/m/20190604011354.GD1529@paquier.xyz

Branch
------
REL9_6_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-06-04 01:29:19 Re: pgsql: Fix contrib/auto_explain to not cause problems in parallel worke
Previous Message Tom Lane 2019-06-04 01:16:56 Re: pgsql: Fix contrib/auto_explain to not cause problems in parallel worke