Fix longstanding typo in V1 calling conventions documentation.
authorRobert Haas <[email protected]>
Sun, 16 May 2010 03:56:11 +0000 (03:56 +0000)
committerRobert Haas <[email protected]>
Sun, 16 May 2010 03:56:11 +0000 (03:56 +0000)
Erik Rijkers

doc/src/sgml/xfunc.sgml

index 9741cfddeecfdf73f055c09b7eb40242e1655f0e..fe73acb71a793c22f888bc52fdec515ecab4b48c 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.120.2.2 2009/09/03 22:11:30 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.120.2.3 2010/05/16 03:56:11 rhaas Exp $ -->
 
  <sect1 id="xfunc">
   <title>User-Defined Functions</title>
@@ -1746,7 +1746,7 @@ Datum funcname(PG_FUNCTION_ARGS)
 <programlisting>
 PG_FUNCTION_INFO_V1(funcname);
 </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
      needed for <literal>internal</>-language functions, since
      <productname>PostgreSQL</> assumes that all internal functions