1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

Remove duplicated definition of Datum and MemoryContext

This commit is contained in:
Michael Paquier 2013-12-16 01:16:08 +09:00
parent f4cf982e9f
commit ef59f85d0d

3
xlog.c
View File

@ -14,9 +14,6 @@
#include <sys/stat.h>
#include <unistd.h>
typedef unsigned long Datum;
typedef struct MemoryContextData *MemoryContext;
#include "access/xlog_internal.h"
/*