Remove extraneous comments around PG header change

pull/2689/head
Jason Petersen 2019-05-21 17:18:09 -06:00
parent 602f3cd551
commit 2349e8e75c
1 changed files with 1 additions and 7 deletions

View File

@ -29,15 +29,9 @@
#include "catalog/namespace.h"
#include "catalog/pg_class.h"
#include "catalog/pg_constraint.h"
#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
*/
#if (PG_VERSION_NUM < 110000)
#include "catalog/pg_constraint_fn.h"
#endif
#include "distributed/commands.h"
#include "distributed/metadata_cache.h"
#include "distributed/relay_utility.h"