diff options
author | Robert Haas | 2012-04-24 12:15:45 +0000 |
---|---|---|
committer | Robert Haas | 2012-04-24 12:15:45 +0000 |
commit | e4f06b70c9ac1473591d705990a8b601915ce4bd (patch) | |
tree | 9e5818bf31f4db58f86d5f6e9ed8d79bb4edf1a9 | |
parent | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (diff) |
Another typographical correction.
Noted by Guillaume Smet.
-rw-r--r-- | contrib/dblink/dblink.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 84d7c49258f..71acb35af6f 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 |