]> granicus.if.org Git - postgresql/commit
PL/pgSQL RETURN NEXT was leaking converted tuples, causing
authorJoe Conway <mail@joeconway.com>
Thu, 10 May 2012 05:47:08 +0000 (22:47 -0700)
committerJoe Conway <mail@joeconway.com>
Thu, 10 May 2012 05:47:08 +0000 (22:47 -0700)
commit564b257e44397f9d77a928b22a02b76a4b1534ac
treece128b57bdb672186369703bcee66d8e01b4c7ac
parent56c8d50eaf4683049c07e0ed75747615f021a3b1
PL/pgSQL RETURN NEXT was leaking converted tuples, causing
out of memory when looping through large numbers of rows.
Flag the converted tuples to be freed. Complaint and patch
by Joe.
src/pl/plpgsql/src/pl_exec.c