mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 11:06:21 -04:00
Add missing PGDLLIMPORT markings
This commit is contained in:
parent
a1643d40b3
commit
f8eec1ced6
2 changed files with 2 additions and 2 deletions
|
|
@ -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 -- *
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ typedef enum
|
|||
#endif
|
||||
} TimingClockSourceType;
|
||||
|
||||
extern int timing_clock_source;
|
||||
extern PGDLLIMPORT int timing_clock_source;
|
||||
|
||||
/*
|
||||
* Initialize timing infrastructure
|
||||
|
|
|
|||
Loading…
Reference in a new issue