From: Robert Haas Date: Sun, 16 May 2010 03:56:03 +0000 (+0000) Subject: Fix longstanding typo in V1 calling conventions documentation. X-Git-Tag: REL8_1_22~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97d136f9e82650832c9ed9e0ed7a33d4068fb40e;p=thirdparty%2Fpostgresql.git 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 d11e32bc4c9..ef87394d28d 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,5 +1,5 @@ @@ -1706,7 +1706,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