8000 Fix longstanding typo in V1 calling conventions documentation. · jandas/postgres@5356cf7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5356cf7

Browse files
committed
Fix longstanding typo in V1 calling conventions documentation.
Erik Rijkers
1 parent 00a8012 commit 5356cf7

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,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.77.2.1 2003/11/12 20:05:14 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.77.2.2 2010/05/16 03:55:47 rhaas Exp $
33
-->
44

55
<sect1 id="xfunc">
@@ -1303,7 +1303,7 @@ Datum funcname(PG_FUNCTION_ARGS)
13031303
<programlisting>
13041304
PG_FUNCTION_INFO_V1(funcname);
13051305
</programlisting>
1306-
must appear in the same source file. (Conventionally. it's
1306+
must appear in the same source file. (Conventionally, it's
13071307
written just before the function itself.) This macro call is not
13081308
needed for <literal>internal</>-language functions, since
13091309
<productname>PostgreSQL</> assumes that all internal functions

0 commit comments

Comments
 (0)
0