Another typographical correction.

Noted by Guillaume Smet.
This commit is contained in:
Robert Haas 2012-04-24 08:15:45 -04:00
parent 5d4b60f2f2
commit e4f06b70c9
1 changed files with 3 additions and 2 deletions

View File

@ -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