diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-05-14 18:13:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-05-14 18:13:21 +0000 |
commit | fd53a67dcd075fbd7e54dc373782c05488d7d64b (patch) | |
tree | ce95cf73edcc1cc8b677b136727d14bcd321635e /src/backend/commands/functioncmds.c | |
parent | 689dea424dd7f335fd1a5b37ba6a6d68b2da43e6 (diff) | |
download | postgresql-fd53a67dcd075fbd7e54dc373782c05488d7d64b.tar.gz postgresql-fd53a67dcd075fbd7e54dc373782c05488d7d64b.zip |
Prevent RevalidateCachedPlan from making any permanent change in
ActiveSnapshot. Having it affect ActiveSnapshot only in the unusual
case of needing to replan seems a bad idea, and there's also the problem
that the created snap might be in a relatively short-lived context, as
noted by Jan Wieck. Also, there's no need to force a new snap at all
unless we are called with no snap currently set, which is an unusual
case in itself.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions