From 527114e51e45dbd91d46171fa4a111355f0dfc3b Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Mon, 21 Jan 2019 12:59:31 -0800 Subject: [PATCH] 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 --- src/backend/catalog/catalog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/catalog/catalog.c b/src/backend/catalog/catalog.c index e23f21966f..a9d2621a7e 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" /* -- 2.39.5