From c261e08ef33e0d10c5cfed36d0916c5627a5fad9 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Sun, 16 May 2010 03:56:19 +0000 Subject: [PATCH] Fix longstanding typo in V1 calling conventions documentation. Erik Rijkers --- doc/src/sgml/xfunc.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index b309cf509a2..f6cfc38ec26 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,4 +1,4 @@ - + User-Defined Functions @@ -1763,7 +1763,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