From ffae6733db1f9d4a3a75d737a00ee2a4a3e01849 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 30 Mar 2017 09:41:00 -0700 Subject: [PATCH] Try to fix xml docs build broken in 5ded4bd. Apparently the sgml to xml conversion treats non-closed s differently than jade does. --- doc/src/sgml/xfunc.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index e6313ddd59..0a12231396 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -2173,6 +2173,7 @@ PG_FUNCTION_INFO_V1(funcname); Here are some examples using the version-1 calling convention: + funcs.c and compiled into a shared object, we could define the functions to PostgreSQL with commands like this: + CREATE FUNCTION add_one(integer) RETURNS integer