forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit90f5178
committed
Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.
Formerly this was done with a cursor, which is problematic sincenot all result-set-returning query types can be put into a cursor.The new implementation is better integrated into other psqlfeatures, too.Daniel Vérité, reviewed by Laurenz Albe and myself (and whackedaround a bit by me, so any remaining bugs are my fault)Discussion:https://postgr.es/m/CAKZiRmxsVTkO928CM+-ADvsMyePmU3L9DQCa9NwqjvLPcEe5QA@mail.gmail.com1 parent4643a2b commit90f5178
File tree
4 files changed
+171
-365
lines changed- src
- bin/psql
- t
- test/regress
- expected
- sql
4 files changed
+171
-365
lines changed0 commit comments
Comments
(0)