diff options
author | Andres Freund <andres@anarazel.de> | 2019-01-21 12:59:31 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-01-21 12:59:31 -0800 |
commit | 527114e51e45dbd91d46171fa4a111355f0dfc3b (patch) | |
tree | da5b8fc8f2d8b9f3928777dc4a7337b60c300aee | |
parent | 071e11898dd42c89dc68ddc4e4fe6a35049729d6 (diff) | |
download | postgresql-527114e51e45dbd91d46171fa4a111355f0dfc3b.tar.gz postgresql-527114e51e45dbd91d46171fa4a111355f0dfc3b.zip |
Fix "Remove superfluous tqual.h includes" by adding back one include.
I removed one include too many in e7cc78ad43eb, not sure why that
escaped my test script.
Author: Andres Freund
-rw-r--r-- | src/backend/catalog/catalog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/catalog/catalog.c b/src/backend/catalog/catalog.c index e23f21966f6..a9d2621a7ee 100644 --- a/src/backend/catalog/catalog.c +++ b/src/backend/catalog/catalog.c @@ -48,6 +48,7 @@ #include "utils/fmgrprotos.h" #include "utils/rel.h" #include "utils/syscache.h" +#include "utils/tqual.h" /* |