Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f84d53 commit 9c92007Copy full SHA for 9c92007
doc/src/sgml/xfunc.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.120 2006/11/23 05:43:32 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.121 2006/12/15 02:19:21 momjian Exp $ -->
2
3
<sect1 id="xfunc">
4
<title>User-Defined Functions</title>
@@ -2929,7 +2929,7 @@ void RequestAddinShmemSpace(int size)
2929
void RequestAddinLWLocks(int n)
2930
</programlisting>
2931
from <function>_PG_init</>.
2932
- </para>
+ </para>
2933
<para>
2934
To avoid possible race-conditions, each backend should use the LWLock
2935
<function>AddinShmemInitLock</> when connecting to and initializing
0 commit comments