forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2128e5c

Neil Conway
In psql, when running a SELECT query using a cursor, flush the query
output after each FETCH. This ensures that incremental results areavailable to clients that are executing long-running SELECT queriesvia the FETCH_COUNT feature.1 parentba82629 commit2128e5c
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
1076 | 1076 |
| |
1077 | 1077 |
| |
1078 | 1078 |
| |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1079 | 1085 |
| |
1080 | 1086 |
| |
1081 | 1087 |
| |
|
0 commit comments
Comments
(0)