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

@ -16,7 +16,7 @@
#include "foreign/foreign.h"
#include "lib/stringinfo.h"
#include "nodes/relation.h"
#include "utils/rel.h"
#include "utils/relcache.h"
#include "libpq-fe.h"