Fix memory management for new variables -- they must actually survive

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: dd7444cfe2c73a31e45e7ee93bf1555e7920177c
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-10-25T19:13:37Z
Releases: 8.3.0
Fix memory management for new variables -- they must actually survive
transaction end, in case we decide to do a vacuum analyze (which is done in two
xacts).

Files

PathChange+/−
src/backend/postmaster/autovacuum.c modified +7 −5