mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix indexterm spelling
This commit is contained in:
parent
bd707d3310
commit
415cf7dc86
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.120.2.3 2010/05/16 03:56:11 rhaas Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.120.2.4 2010/08/06 20:08:58 petere Exp $ -->
|
||||
|
||||
<sect1 id="xfunc">
|
||||
<title>User-Defined Functions</title>
|
||||
@ -2914,7 +2914,7 @@ CREATE FUNCTION make_array(anyelement) RETURNS anyarray
|
||||
Add-ins may 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)
|
||||
|
Loading…
Reference in New Issue
Block a user