1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

postgres_fdw.h: don't pull in rel.h when relcache.h is enough

This commit is contained in:
Alvaro Herrera
2014-11-14 21:48:53 -03:00
parent 522c85a6a2
commit f9ef578d05
3 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@
#include "utils/guc.h"
#include "utils/lsyscache.h"
#include "utils/memutils.h"
#include "utils/rel.h"
PG_MODULE_MAGIC;