mirror of https://github.com/citusdata/citus.git
Remove extraneous comments around PG header change
parent
602f3cd551
commit
2349e8e75c
|
@ -29,15 +29,9 @@
|
||||||
#include "catalog/namespace.h"
|
#include "catalog/namespace.h"
|
||||||
#include "catalog/pg_class.h"
|
#include "catalog/pg_class.h"
|
||||||
#include "catalog/pg_constraint.h"
|
#include "catalog/pg_constraint.h"
|
||||||
|
#if (PG_VERSION_NUM < 110000)
|
||||||
#if PG_VERSION_NUM < 110000
|
|
||||||
|
|
||||||
/* pg_constraint_fn.h is gone in postgres 11,
|
|
||||||
* get_relation_constraint_oid is merged into pg_constraint.h then
|
|
||||||
*/
|
|
||||||
#include "catalog/pg_constraint_fn.h"
|
#include "catalog/pg_constraint_fn.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "distributed/commands.h"
|
#include "distributed/commands.h"
|
||||||
#include "distributed/metadata_cache.h"
|
#include "distributed/metadata_cache.h"
|
||||||
#include "distributed/relay_utility.h"
|
#include "distributed/relay_utility.h"
|
||||||
|
|
Loading…
Reference in New Issue