Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffae673

Browse files
committed
Try to fix xml docs build broken in 5ded4bd.
Apparently the sgml to xml conversion treats non-closed <para>s differently than jade does.
1 parent ec19693 commit ffae673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/xfunc.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,6 +2173,7 @@ PG_FUNCTION_INFO_V1(funcname);
21732173

21742174
<para>
21752175
Here are some examples using the version-1 calling convention:
2176+
</para>
21762177

21772178
<programlisting><![CDATA[
21782179
#include "postgres.h"
@@ -2277,6 +2278,7 @@ concat_text(PG_FUNCTION_ARGS)
22772278
<filename>funcs.c</filename> and compiled into a shared object,
22782279
we could define the functions to <productname>PostgreSQL</productname>
22792280
with commands like this:
2281+
</para>
22802282

22812283
<programlisting>
22822284
CREATE FUNCTION add_one(integer) RETURNS integer

0 commit comments

Comments
 (0)