Skip to content

Commit

Permalink
Fix indexterm spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Aug 6, 2010
1 parent 4672093 commit ce6ce1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/sgml/xfunc.sgml
@@ -1,4 +1,4 @@
<!-- $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>
Expand Down Expand Up @@ -3340,7 +3340,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)
Expand Down

0 comments on commit ce6ce1a

Please sign in to comment.