git.postgresql.org Git - postgresql.git/commit
2010年10月25日 17:04:42 +0000 (13:04 -0400)
2010年10月25日 17:04:42 +0000 (13:04 -0400)
commit 113082c6579f3310ecaa6a5cba2e24a0ce325b5d
Fix inline_set_returning_function() to preserve the invalItems list properly.
This avoids a possible crash when inlining a SRF whose argument list
contains a reference to an inline-able user function. The crash is quite
reproducible with CLOBBER_FREED_MEMORY enabled, but would be less certain
in a production build. Problem introduced in 9.0 by the named-arguments
patch, which requires invoking eval_const_expressions() before we can try
to inline a SRF. Per report from Brendan Jurd.
This is the main PostgreSQL git repository.
RSS
Atom