mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Allow more include files to be compiled in their own by adding missing
include dependencies. Modify pgcompinclude to skip a common fcinfo error.
This commit is contained in:
@ -14,11 +14,11 @@
|
||||
#include "access/rmgr.h"
|
||||
#include "access/xlogdefs.h"
|
||||
#include "lib/stringinfo.h"
|
||||
#include "replication/walsender.h"
|
||||
#include "storage/buf.h"
|
||||
#include "utils/pg_crc.h"
|
||||
#include "utils/timestamp.h"
|
||||
|
||||
|
||||
/*
|
||||
* The overall layout of an XLOG record is:
|
||||
* Fixed-size header (XLogRecord struct)
|
||||
|
Reference in New Issue
Block a user