From: Peter Eisentraut Date: Wed, 8 Apr 2026 13:49:33 +0000 (+0200) Subject: Add missing PGDLLIMPORT markings X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8eec1ced6979157cbf517b5bbf617b82a01a397;p=thirdparty%2Fpostgresql.git Add missing PGDLLIMPORT markings --- diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index e099b91014f..8ccdf61246b 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -319,7 +319,7 @@ extern void PreventCommandDuringRecovery(const char *cmdname); * access shared catalogs, as a safety check. This is checked by genam.c when * a catalog scan takes place to verify that no shared catalogs are accessed. */ -extern bool accessSharedCatalogsInDecoding; +extern PGDLLIMPORT bool accessSharedCatalogsInDecoding; /***************************************************************************** * pdir.h -- * diff --git a/src/include/portability/instr_time.h b/src/include/portability/instr_time.h index a398c028215..92558e234ac 100644 --- a/src/include/portability/instr_time.h +++ b/src/include/portability/instr_time.h @@ -129,7 +129,7 @@ typedef enum #endif } TimingClockSourceType; -extern int timing_clock_source; +extern PGDLLIMPORT int timing_clock_source; /* * Initialize timing infrastructure