mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Put external declarations into header files.
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include "access/xlogutils.h"
|
||||
#include "catalog/pg_database.h"
|
||||
#include "lib/hasht.h"
|
||||
#include "utils/relcache.h"
|
||||
|
||||
/*
|
||||
* ---------------------------------------------------------------
|
||||
@ -313,8 +314,6 @@ _xl_new_reldesc(void)
|
||||
return(res);
|
||||
}
|
||||
|
||||
extern void CreateDummyCaches(void);
|
||||
extern void DestroyDummyCaches(void);
|
||||
|
||||
void
|
||||
XLogInitRelationCache(void)
|
||||
|
Reference in New Issue
Block a user