Try to fix xml docs build broken in 5ded4bd.

Apparently the sgml to xml conversion treats non-closed <para>s
differently than jade does.
This commit is contained in:
Andres Freund 2017-03-30 09:41:00 -07:00
parent ec19693014
commit ffae6733db
1 changed files with 2 additions and 0 deletions

View File

@ -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