]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add missing PGDLLIMPORT markings
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 8 Apr 2026 13:49:33 +0000 (15:49 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 8 Apr 2026 13:49:33 +0000 (15:49 +0200)
src/include/miscadmin.h
src/include/portability/instr_time.h

index e099b91014f9747fb0263599504fdf46f04439c9..8ccdf61246b1595e115bade273bba2a9fc1d14e5 100644 (file)
@@ -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 --                                                                                                                              *
index a398c028215b8ea18f36a591d9ba02b86ed8e898..92558e234ac1ff6ee828940afc77375b8ab23307 100644 (file)
@@ -129,7 +129,7 @@ typedef enum
 #endif
 } TimingClockSourceType;
 
-extern int     timing_clock_source;
+extern PGDLLIMPORT int timing_clock_source;
 
 /*
  * Initialize timing infrastructure