]> granicus.if.org Git - postgresql/commitdiff
Add now-required #include.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Jul 2015 03:34:41 +0000 (23:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Jul 2015 03:34:41 +0000 (23:34 -0400)
Fixes compiler warning induced by 808ea8fc7bb259ddd810353719cac66e85a608c8.

src/backend/commands/policy.c

index 72329834a3137befdcaaeb25448855b47110b933..17b48d49596b1c5f3872753a2255b484fa6cd3a9 100644 (file)
@@ -29,6 +29,7 @@
 #include "nodes/makefuncs.h"
 #include "nodes/pg_list.h"
 #include "parser/parse_clause.h"
+#include "parser/parse_collate.h"
 #include "parser/parse_node.h"
 #include "parser/parse_relation.h"
 #include "rewrite/rewriteManip.h"