Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4f06b7

Browse files
committed
Another typographical correction.
Noted by Guillaume Smet.
1 parent 5d4b60f commit e4f06b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contrib/dblink/dblink.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,8 +1795,9 @@ dblink_current_query(PG_FUNCTION_ARGS)
17951795
/*
17961796
* Retrieve async notifications for a connection.
17971797
*
1798-
* Returns an setof record of notifications, or an empty set if none received.
1799-
* Can optionally take a named connection as parameter, but uses the unnamed connection per default.
1798+
* Returns a setof record of notifications, or an empty set if none received.
1799+
* Can optionally take a named connection as parameter, but uses the unnamed
1800+
* connection per default.
18001801
*
18011802
*/
18021803
#define DBLINK_NOTIFY_COLS 3

0 commit comments

Comments
 (0)