]> granicus.if.org Git - postgresql/commitdiff
Another typographical correction.
authorRobert Haas <rhaas@postgresql.org>
Tue, 24 Apr 2012 12:15:45 +0000 (08:15 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 24 Apr 2012 12:15:45 +0000 (08:15 -0400)
Noted by Guillaume Smet.

contrib/dblink/dblink.c

index 84d7c49258f9d9708a62343d6e21e68d71d22791..71acb35af6ff3a7d6e5a7cd3e57688cb56a687fb 100644 (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