We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4b60f commit e4f06b7Copy full SHA for e4f06b7
contrib/dblink/dblink.c
@@ -1795,8 +1795,9 @@ dblink_current_query(PG_FUNCTION_ARGS)
1795
/*
1796
* Retrieve async notifications for a connection.
1797
*
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.
+ * 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
1800
+ * connection per default.
1801
1802
*/
1803
#define DBLINK_NOTIFY_COLS 3
0 commit comments