From: Robert Haas Date: Sun, 16 May 2010 03:55:47 +0000 (+0000) Subject: Fix longstanding typo in V1 calling conventions documentation. X-Git-Tag: REL7_4_30~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5356cf7897b3a253e029b4f576e7ad0ed2c502d3;p=postgresql Fix longstanding typo in V1 calling conventions documentation. Erik Rijkers --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 7af14cea35..b9c64b44b9 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,5 +1,5 @@ @@ -1303,7 +1303,7 @@ Datum funcname(PG_FUNCTION_ARGS) PG_FUNCTION_INFO_V1(funcname); - 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 internal-language functions, since PostgreSQL assumes that all internal functions