add lib/stringinfo.h to /triggers/
authorMarko Kreen <markokr@gmail.com>
Sat, 4 Aug 2007 20:20:37 +0000 (20:20 +0000)
committerMarko Kreen <markokr@gmail.com>
Sat, 4 Aug 2007 20:20:37 +0000 (20:20 +0000)
sql/pgq/triggers/common.c
sql/pgq/triggers/logtriga.c
sql/pgq/triggers/logutriga.c
sql/pgq/triggers/makesql.c
sql/pgq/triggers/sqltriga.c

index 7f93c545b91fb44c66882c173b7aa016126f0fee..d4e8848f2c10034f9497c4fb74c363bf36a286e1 100644 (file)
@@ -22,6 +22,7 @@
 #include <catalog/pg_type.h>
 #include <catalog/pg_namespace.h>
 #include <executor/spi.h>
+#include <lib/stringinfo.h>
 #include <utils/memutils.h>
 
 #include "common.h"
index f2b0e52f912a2c8fda443e806e37dd8eaec685d1..5ba8c1b80ca1a200a6301b5e767428e463c01be9 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <executor/spi.h>
 #include <commands/trigger.h>
+#include <lib/stringinfo.h>
 
 #include "common.h"
 #include "stringutil.h"
index c5af2cb21785181d4094fc3334823cd58d9b239c..ecaf5b8e4ca3bac109d44a93d12175704eb85eaa 100644 (file)
@@ -19,6 +19,7 @@
 #include <postgres.h>
 #include <executor/spi.h>
 #include <commands/trigger.h>
+#include <lib/stringinfo.h>
 
 #include "common.h"
 #include "stringutil.h"
index 0de7452aeea59ace733a4e06a6ed480ac9f0e07e..067b27e7bf77bf89a3dfc7b8c176075702f4c409 100644 (file)
@@ -25,6 +25,7 @@
 #include <executor/spi.h>
 #include <commands/trigger.h>
 #include <catalog/pg_operator.h>
+#include <lib/stringinfo.h>
 #include <utils/typcache.h>
 
 #include "common.h"
index a1bb05b3086231673e6f45f7692e2fc208cd291a..b20a299a757bb164fb6c5ea4e5e7deef54d46546 100644 (file)
@@ -19,6 +19,7 @@
 #include <postgres.h>
 #include <executor/spi.h>
 #include <commands/trigger.h>
+#include <lib/stringinfo.h>
 
 #include "common.h"
 #include "stringutil.h"