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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user