projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d4b60f
)
Another typographical correction.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 24 Apr 2012 12:15:45 +0000
(08:15 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 24 Apr 2012 12:15:45 +0000
(08:15 -0400)
Noted by Guillaume Smet.
contrib/dblink/dblink.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/dblink/dblink.c
b/contrib/dblink/dblink.c
index 84d7c49258f9d9708a62343d6e21e68d71d22791..71acb35af6ff3a7d6e5a7cd3e57688cb56a687fb 100644
(file)
--- a/
contrib/dblink/dblink.c
+++ b/
contrib/dblink/dblink.c
@@
-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