Fix "Remove superfluous tqual.h includes" by adding back one include.
authorAndres Freund <[email protected]>
Mon, 21 Jan 2019 20:59:31 +0000 (12:59 -0800)
committerAndres Freund <[email protected]>
Mon, 21 Jan 2019 20:59:31 +0000 (12:59 -0800)
I removed one include too many in e7cc78ad43eb, not sure why that
escaped my test script.

Author: Andres Freund

src/backend/catalog/catalog.c

index e23f21966f6bb5c04ee5d18c0d10b72a58a4023c..a9d2621a7eed553974877bfd639036265508ac77 100644 (file)
@@ -48,6 +48,7 @@
 #include "utils/fmgrprotos.h"
 #include "utils/rel.h"
 #include "utils/syscache.h"
+#include "utils/tqual.h"
 
 
 /*