aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2015-08-11 13:03:14 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2015-08-11 13:03:14 -0300
commit4901b2f49536f439f79d067a9b30a7a837d6c72b (patch)
tree0d1bb97ac484b4d32e4be544f9d3b3c58049fa73 /src/backend
parent750fc78bca7c5cff7459d02315cf7fed4f4ce3a9 (diff)
downloadpostgresql-4901b2f49536f439f79d067a9b30a7a837d6c72b.tar.gz
postgresql-4901b2f49536f439f79d067a9b30a7a837d6c72b.zip
Don't include rel.h when relcache.h is sufficient
Trivial change to reduce exposure of rel.h.
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/replication/logical/reorderbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c
index 478c3e874af..cdc7bd7d51d 100644
--- a/src/backend/replication/logical/reorderbuffer.c
+++ b/src/backend/replication/logical/reorderbuffer.c
@@ -69,7 +69,7 @@
#include "utils/combocid.h"
#include "utils/memdebug.h"
#include "utils/memutils.h"
-#include "utils/relcache.h"
+#include "utils/rel.h"
#include "utils/relfilenodemap.h"
#include "utils/tqual.h"