]> granicus.if.org Git - postgresql/commit
vacuumlo: Use a cursor to limit client-side memory usage.
authorRobert Haas <rhaas@postgresql.org>
Mon, 15 Jul 2013 14:48:44 +0000 (10:48 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 15 Jul 2013 14:51:27 +0000 (10:51 -0400)
commit67ccbb080d87a5379dffc1cdff046c4caf534a6c
tree0e10cda86be7dfa579e4a10e42f01fc9f9dea9eb
parent03010366b6fb61aac0998f234478cc745ff97b0c
vacuumlo: Use a cursor to limit client-side memory usage.

This prevents the client from gobbling up too much memory when the
number of large objects to be removed is very large.

Andrew Dunstan, reviewed by Josh Kupershmidt
contrib/vacuumlo/vacuumlo.c