Release Date2012-??-??CURRENT AS OF 2012-05-09
-
@@ -2355,12 +2354,13 @@
- Add a row processor API to libpq for better
- handling of large result sets (Kyotaro Horiguchi)
+ Add a single-row processing
+ mode to libpq for better handling of large result sets
+ (Kyotaro Horiguchi, Marko Kreen)
- Previously, libpq collected the entire query result into memory
+ Previously, libpq always collected the entire query result in memory
before passing it back to the application.
@@ -2540,13 +2540,13 @@
- Improve efficiency of dblink by
- using libpq's new row processor API (Kyotaro
- Horiguchi)
+ Improve efficiency of dblink by using
+ libpq's new single-row processing mode (Kyotaro Horiguchi, Marko
+ Kreen)
- This cannot be used by
+ This improvement does not apply to
dblink_send_query()>/dblink_get_result()>.