Skip to content

Commit 4384a95

Browse files
committed
Fix longstanding typo in V1 calling conventions documentation.
Erik Rijkers
1 parent bd823e1 commit 4384a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xfunc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.146 2010/04/28 16:54:15 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.147 2010/05/16 03:55:41 rhaas Exp $ -->
22

33
<sect1 id="xfunc">
44
<title>User-Defined Functions</title>
@@ -2075,7 +2075,7 @@ Datum funcname(PG_FUNCTION_ARGS)
20752075
<programlisting>
20762076
PG_FUNCTION_INFO_V1(funcname);
20772077
</programlisting>
2078-
must appear in the same source file. (Conventionally. it's
2078+
must appear in the same source file. (Conventionally, it's
20792079
written just before the function itself.) This macro call is not
20802080
needed for <literal>internal</>-language functions, since
20812081
<productname>PostgreSQL</> assumes that all internal functions

0 commit comments

Comments
 (0)