Commit e4f06b70 authored by Robert Haas's avatar Robert Haas

Another typographical correction.

Noted by Guillaume Smet.
parent 5d4b60f2
...@@ -1795,8 +1795,9 @@ dblink_current_query(PG_FUNCTION_ARGS) ...@@ -1795,8 +1795,9 @@ dblink_current_query(PG_FUNCTION_ARGS)
/* /*
* Retrieve async notifications for a connection. * Retrieve async notifications for a connection.
* *
* Returns an setof record of notifications, or an empty set if none received. * 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. * Can optionally take a named connection as parameter, but uses the unnamed
* connection per default.
* *
*/ */
#define DBLINK_NOTIFY_COLS 3 #define DBLINK_NOTIFY_COLS 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment