diff options
Diffstat (limited to 'databases/tablelog/files/patch-table__log.c')
-rw-r--r-- | databases/tablelog/files/patch-table__log.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/tablelog/files/patch-table__log.c b/databases/tablelog/files/patch-table__log.c new file mode 100644 index 000000000000..29629a990c21 --- /dev/null +++ b/databases/tablelog/files/patch-table__log.c @@ -0,0 +1,11 @@ +--- table_log.c.orig 2007-05-16 23:14:04.000000000 +0000 ++++ table_log.c +@@ -22,6 +22,8 @@ + #include "utils/formatting.h" + #include "utils/builtins.h" + #include <utils/lsyscache.h> ++#include <utils/rel.h> ++#include <utils/timestamp.h> + #include <funcapi.h> + + /* for PostgreSQL >= 8.2.x */ |