Skip to content
Snippets Groups Projects
Commit 4384a95a authored by Robert Haas's avatar Robert Haas
Browse files

Fix longstanding typo in V1 calling conventions documentation.

Erik Rijkers
parent bd823e11
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.146 2010/04/28 16:54:15 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.147 2010/05/16 03:55:41 rhaas Exp $ -->
<sect1 id="xfunc"> <sect1 id="xfunc">
<title>User-Defined Functions</title> <title>User-Defined Functions</title>
...@@ -2075,7 +2075,7 @@ Datum funcname(PG_FUNCTION_ARGS) ...@@ -2075,7 +2075,7 @@ Datum funcname(PG_FUNCTION_ARGS)
<programlisting> <programlisting>
PG_FUNCTION_INFO_V1(funcname); PG_FUNCTION_INFO_V1(funcname);
</programlisting> </programlisting>
must appear in the same source file. (Conventionally. it's must appear in the same source file. (Conventionally, it's
written just before the function itself.) This macro call is not written just before the function itself.) This macro call is not
needed for <literal>internal</>-language functions, since needed for <literal>internal</>-language functions, since
<productname>PostgreSQL</> assumes that all internal functions <productname>PostgreSQL</> assumes that all internal functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment