postgresql/src/backend/tcop
Tom Lane 25bf7f8b9b Fix possible failures when a tuplestore switches from in-memory to on-disk
mode while callers hold pointers to in-memory tuples.  I reported this for
the case of nodeWindowAgg's primary scan tuple, but inspection of the code
shows that all of the calls in nodeWindowAgg and nodeCtescan are at risk.
For the moment, fix it with a rather brute-force approach of copying
whenever one of the at-risk callers requests a tuple.  Later we might
think of some sort of reference-count approach to reduce tuple copying.
2009-03-27 18:30:21 +00:00
..
dest.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fastpath.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
postgres.c Update comment associated with 'debug_query_string'. 2009-01-07 19:35:43 +00:00
pquery.c Fix possible failures when a tuplestore switches from in-memory to on-disk 2009-03-27 18:30:21 +00:00
utility.c Allow reloption names to have qualifiers, initially supporting a TOAST 2009-02-02 19:31:40 +00:00