File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.152 2010/07/29 19:34:40 petere Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.153 2010/08/06 20:09:03 petere Exp $ -->
22
33 <sect1 id="xfunc">
44 <title>User-Defined Functions</title>
@@ -3340,7 +3340,7 @@ CREATE FUNCTION make_array(anyelement) RETURNS anyarray
33403340 Add-ins can reserve LWLocks and an allocation of shared memory on server
33413341 startup. The add-in's shared library must be preloaded by specifying
33423342 it in
3343- <xref linkend="guc-shared-preload-libraries"><indexterm><primary>shared-preload-libraries </></>.
3343+ <xref linkend="guc-shared-preload-libraries"><indexterm><primary>shared_preload_libraries </></>.
33443344 Shared memory is reserved by calling:
33453345<programlisting>
33463346void RequestAddinShmemSpace(int size)
You can’t perform that action at this time.
0 commit comments