From: Robert Haas <rhaas@postgresql.org> Date: Tue, 24 Apr 2012 12:15:45 +0000 (-0400) Subject: Another typographical correction. X-Git-Tag: REL9_2_BETA1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4f06b70c9ac1473591d705990a8b601915ce4bd;p=postgresql Another typographical correction. Noted by Guillaume Smet. --- diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 84d7c49258..71acb35af6 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -1795,8 +1795,9 @@ dblink_current_query(PG_FUNCTION_ARGS) /* * Retrieve async notifications for a connection. * - * Returns an setof record of notifications, or an empty set if none received. - * Can optionally take a named connection as parameter, but uses the unnamed connection per default. + * Returns a setof record of notifications, or an empty set if none received. + * Can optionally take a named connection as parameter, but uses the unnamed + * connection per default. * */ #define DBLINK_NOTIFY_COLS 3