mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
No more #ifdef XLOG.
This commit is contained in:
@ -10,9 +10,6 @@
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#ifdef XLOG
|
||||
|
||||
#include "access/xlog.h"
|
||||
#include "access/transam.h"
|
||||
#include "access/xact.h"
|
||||
@ -397,5 +394,3 @@ XLogOpenRelation(bool redo, RmgrId rmid, RelFileNode rnode)
|
||||
|
||||
return(&(res->reldata));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user