pgsql: Add missing PGDLLIMPORT markings - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Add missing PGDLLIMPORT markings
Date
Msg-id E1rPi0v-001g8x-TM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing PGDLLIMPORT markings

Since commit 8ec569479f, we have a policy of marking all backend
variables with PGDLLIMPORT.

Reported-by: Anton A. Melnikov
Discussion: https://www.postgresql.org/message-id/0b78546c-ffef-4cd9-9ba1-d1e6aab88cea@postgrespro.ru

Branch
------
master

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

Modified Files
--------------
src/include/postmaster/walsummarizer.h | 4 ++--
src/include/storage/buf_internals.h    | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: struct XmlTableRoutine: use C99 designated initializers
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Decorate WITH with literal markup tags