mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
The default fetch size of 100 rows might not be right in every environment, so allow users to configure it. Corey Huinker, reviewed by Kyotaro Horiguchi, Andres Freund, and me.