[postgis-tickets] r17214 - PG12 compat: Remove unnecessary header include (tqual.h)

Raul raul at rmr.ninja
Thu Jan 24 08:19:14 PST 2019


Author: algunenano
Date: 2019-01-24 08:19:14 -0800 (Thu, 24 Jan 2019)
New Revision: 17214

Modified:
   trunk/postgis/gserialized_estimate.c
Log:
PG12 compat: Remove unnecessary header include (tqual.h)

Everything works in Travis (9.5, 9.6, 10, 11) without including this
header; and I can't see any function from this file being used



Modified: trunk/postgis/gserialized_estimate.c
===================================================================
--- trunk/postgis/gserialized_estimate.c	2019-01-24 16:13:41 UTC (rev 17213)
+++ trunk/postgis/gserialized_estimate.c	2019-01-24 16:19:14 UTC (rev 17214)
@@ -78,7 +78,6 @@
 #include "utils/regproc.h"
 #include "utils/varlena.h"
 #endif
-#include "utils/tqual.h"
 #include "utils/builtins.h"
 #include "utils/datum.h"
 #include "utils/snapmgr.h"



More information about the postgis-tickets mailing list