mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Include postgres.h before checking #ifdef XLOG.
This commit is contained in:
@ -9,10 +9,10 @@
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifdef XLOG
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#ifdef XLOG
|
||||
|
||||
#include "access/xlog.h"
|
||||
#include "access/transam.h"
|
||||
#include "access/xact.h"
|
||||
|
Reference in New Issue
Block a user