pgsql: Add missing PGDLLIMPORT markings

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing PGDLLIMPORT markings
Date: 2024-01-16 11:53:53
Message-ID: E1rPi0v-001g8x-TM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-01-16 13:30:49 pgsql: Decorate WITH with literal markup tags
Previous Message Alvaro Herrera 2024-01-16 11:49:42 pgsql: struct XmlTableRoutine: use C99 designated initializers