diff options
| author | Alvaro Herrera | 2012-08-28 22:02:07 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2012-08-28 22:02:07 +0000 |
| commit | 45326c5a11530cff5db99c6d4b393439cc901f26 (patch) | |
| tree | fc6d5ba32796fce5eeca193d0b86ba8aa651f705 /src/backend/utils/cache/evtcache.c | |
| parent | 0a664ec27f3937c0ce428c07a41b6d8c7526ec57 (diff) | |
Split resowner.h
This lets files that are mere users of ResourceOwner not automatically
include the headers for stuff that is managed by the resowner mechanism.
Diffstat (limited to 'src/backend/utils/cache/evtcache.c')
| -rw-r--r-- | src/backend/utils/cache/evtcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/cache/evtcache.c b/src/backend/utils/cache/evtcache.c index 258b5001ee3..6707ea1f822 100644 --- a/src/backend/utils/cache/evtcache.c +++ b/src/backend/utils/cache/evtcache.c @@ -21,6 +21,7 @@ #include "commands/trigger.h" #include "utils/array.h" #include "utils/builtins.h" +#include "utils/catcache.h" #include "utils/evtcache.h" #include "utils/inval.h" #include "utils/memutils.h" |
