-<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.152 2010/07/29 19:34:40 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.153 2010/08/06 20:09:03 petere Exp $ -->
<sect1 id="xfunc">
<title>User-Defined Functions</title>
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)