mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Another typographical correction.
Noted by Guillaume Smet.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user