projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec19693
)
Try to fix xml docs build broken in 5ded4bd.
author
Andres Freund
<andres@anarazel.de>
Thu, 30 Mar 2017 16:41:00 +0000
(09:41 -0700)
committer
Andres Freund
<andres@anarazel.de>
Thu, 30 Mar 2017 16:42:07 +0000
(09:42 -0700)
Apparently the sgml to xml conversion treats non-closed <para>s
differently than jade does.
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index e6313ddd59da2a12a6e67547c88bb7d7976a7d6e..0a1223139694ce3c369f53dea5940c3030a7c81c 100644
(file)
--- a/
doc/src/sgml/xfunc.sgml
+++ b/
doc/src/sgml/xfunc.sgml
@@
-2173,6
+2173,7
@@
PG_FUNCTION_INFO_V1(funcname);
<para>
Here are some examples using the version-1 calling convention:
+ </para>
<programlisting><![CDATA[
#include "postgres.h"
@@
-2277,6
+2278,7
@@
concat_text(PG_FUNCTION_ARGS)
<filename>funcs.c</filename> and compiled into a shared object,
we could define the functions to <productname>PostgreSQL</productname>
with commands like this:
+ </para>
<programlisting>
CREATE FUNCTION add_one(integer) RETURNS integer