forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbc6d7eb
committed
Fix documentation for dblink_error_message() return value
The dblink documentation claims that an empty string is returned if therehas been no error, however OK is actually returned in that case. Also,clarify that an async error may not be seen unless dblink_is_busy() ordblink_get_result() have been called first.Backpatch to all supported branches.Reported-by: realyotaBackpatch-through: 9.4Discussion:https://postgr.es/m/153371978486.1298.2091761143788088262@wrigleys.postgresql.org1 parenta32ca78 commitbc6d7eb
1 file changed
+15
-1
lines changedLines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1165 | 1165 |
| |
1166 | 1166 |
| |
1167 | 1167 |
| |
1168 |
| - | |
| 1168 | + | |
1169 | 1169 |
| |
1170 | 1170 |
| |
1171 | 1171 |
| |
1172 | 1172 |
| |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
1173 | 1187 |
| |
1174 | 1188 |
| |
1175 | 1189 |
| |
|
0 commit comments
Comments
(0)