Consolidate various backported functions

This commit is contained in:
Ian Barwick
2016-12-22 12:11:54 +09:00
parent 666e71a589
commit 9da0914976
7 changed files with 44 additions and 42 deletions

View File

@@ -64,7 +64,7 @@
#include "version.h"
#if (PG_VERSION_NUM < 90600)
#include "escape.h"
#include "compat.h"
#else
#include "fe_utils/string_utils.h"
#include "postgres_fe.h"