Add missing PGDLLIMPORT markings

This commit is contained in:
Peter Eisentraut 2026-04-08 15:49:33 +02:00
parent a1643d40b3
commit f8eec1ced6
2 changed files with 2 additions and 2 deletions

View 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 -- *

View file

@ -129,7 +129,7 @@ typedef enum
#endif
} TimingClockSourceType;
extern int timing_clock_source;
extern PGDLLIMPORT int timing_clock_source;
/*
* Initialize timing infrastructure