aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/funcs_new.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-14 04:59:30 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-14 04:59:30 +0000
commit51e888219745cf9efa41034b5411eee7e9a8f4f1 (patch)
tree9c75ac5cecd30aedb7a47aadd21ded2dbb8804b4 /src/tutorial/funcs_new.c
parent03c2e5924e57aef8a1ae283a5ef0054b25e461a7 (diff)
downloadpostgresql-51e888219745cf9efa41034b5411eee7e9a8f4f1.tar.gz
postgresql-51e888219745cf9efa41034b5411eee7e9a8f4f1.zip
Revert part of recent include patch not ready for application.
Diffstat (limited to 'src/tutorial/funcs_new.c')
-rw-r--r--src/tutorial/funcs_new.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tutorial/funcs_new.c b/src/tutorial/funcs_new.c
index 378adade2e5..eb42ba79d52 100644
--- a/src/tutorial/funcs_new.c
+++ b/src/tutorial/funcs_new.c
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/tutorial/funcs_new.c,v 1.9 2006/07/14 04:44:46 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/tutorial/funcs_new.c,v 1.10 2006/07/14 04:59:30 momjian Exp $ */
/******************************************************************************
These are user-defined functions that can be bound to a Postgres backend
@@ -13,6 +13,7 @@
#include "postgres.h" /* general Postgres declarations */
+#include "fmgr.h" /* for argument/result macros */
#include "executor/executor.h" /* for GetAttributeByName() */
#include "utils/geo_decls.h" /* for point type */