Fix indexterm spelling

This commit is contained in:
Peter Eisentraut 2010-08-06 20:08:59 +00:00
parent 8c378335b9
commit 5f836f9acb

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.130.2.2 2010/05/16 03:56:19 rhaas Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.130.2.3 2010/08/06 20:08:59 petere Exp $ -->
<sect1 id="xfunc">
<title>User-Defined Functions</title>
@ -2958,7 +2958,7 @@ CREATE FUNCTION make_array(anyelement) RETURNS anyarray
Add-ins can reserve LWLocks and an allocation of shared memory on server
startup. The add-in's shared library must be preloaded by specifying
it in
<xref linkend="guc-shared-preload-libraries"><indexterm><primary>shared-preload-libraries</></>.
<xref linkend="guc-shared-preload-libraries"><indexterm><primary>shared_preload_libraries</></>.
Shared memory is reserved by calling:
<programlisting>
void RequestAddinShmemSpace(int size)