mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix indexterm spelling
This commit is contained in:
parent
d92ca54d0a
commit
d720567f21
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.149.2.3 2010/07/29 19:34:37 petere Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.149.2.4 2010/08/06 20:09:01 petere Exp $ -->
|
||||
|
||||
<sect1 id="xfunc">
|
||||
<title>User-Defined Functions</title>
|
||||
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user