aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/attoptcache.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-08-28 18:26:24 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-08-28 18:36:39 -0400
commitfda0594fc2f4c98ee50ea02fa196ca51db81ea70 (patch)
tree9a35d44019af7d943a2f93140961d93c23a95b72 /src/backend/utils/cache/attoptcache.c
parent45326c5a11530cff5db99c6d4b393439cc901f26 (diff)
downloadpostgresql-fda0594fc2f4c98ee50ea02fa196ca51db81ea70.tar.gz
postgresql-fda0594fc2f4c98ee50ea02fa196ca51db81ea70.zip
remove catcache.h from syscache.h
Instead, place a forward struct declaration for struct catclist in syscache.h. This reduces header proliferation somewhat.
Diffstat (limited to 'src/backend/utils/cache/attoptcache.c')
-rw-r--r--src/backend/utils/cache/attoptcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/cache/attoptcache.c b/src/backend/utils/cache/attoptcache.c
index e01ae212ee3..5d872bac437 100644
--- a/src/backend/utils/cache/attoptcache.c
+++ b/src/backend/utils/cache/attoptcache.c
@@ -18,6 +18,7 @@
#include "access/reloptions.h"
#include "utils/attoptcache.h"
+#include "utils/catcache.h"
#include "utils/hsearch.h"
#include "utils/inval.h"
#include "utils/syscache.h"