pgsql: Add missing PGDLLIMPORT markings

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing PGDLLIMPORT markings
Date: 2025-04-11 07:07:29
Message-ID: E1u38U5-003iEw-0P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing PGDLLIMPORT markings

Discussion: https://www.postgresql.org/message-id/flat/25095db5-b595-4b85-9100-d358907c25b5%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7d430a57281f0050b66e5eb9eb587193e4cc54ed

Modified Files
--------------
src/include/libpq/oauth.h | 2 +-
src/include/postmaster/postmaster.h | 4 ++--
src/include/storage/bufmgr.h | 4 ++--
src/include/storage/md.h | 2 +-
src/include/storage/smgr.h | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-04-11 08:49:28 pgsql: Add missing source file to pg_upgrade/nls.mk
Previous Message Michael Paquier 2025-04-11 01:04:07 pgsql: Fix race with synchronous_standby_names at startup