[COMMITTERS] pgsql: Fix whitespace

2014-07-11 Thread Peter Eisentraut
Fix whitespace Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/80ddd04b4d66ad6564b6d77ffc2bd8fb5e0dcdfa Modified Files -- src/backend/utils/sort/tuplesort.c |2 +- src/include/access/hash.h |2 +- 2 files changed, 2 insertions(+), 2 deletio

[COMMITTERS] pgsql: Fix bug with whole-row references to append subplans.

2014-07-11 Thread Tom Lane
Fix bug with whole-row references to append subplans. ExecEvalWholeRowVar incorrectly supposed that it could "bless" the source TupleTableSlot just once per query. But if the input is coming from an Append (or, perhaps, other cases?) more than one slot might be returned over the query run. This

[COMMITTERS] pgsql: Fix bug with whole-row references to append subplans.

2014-07-11 Thread Tom Lane
Fix bug with whole-row references to append subplans. ExecEvalWholeRowVar incorrectly supposed that it could "bless" the source TupleTableSlot just once per query. But if the input is coming from an Append (or, perhaps, other cases?) more than one slot might be returned over the query run. This

[COMMITTERS] pgsql: Fix bug with whole-row references to append subplans.

2014-07-11 Thread Tom Lane
Fix bug with whole-row references to append subplans. ExecEvalWholeRowVar incorrectly supposed that it could "bless" the source TupleTableSlot just once per query. But if the input is coming from an Append (or, perhaps, other cases?) more than one slot might be returned over the query run. This

[COMMITTERS] pgsql: Fix bug with whole-row references to append subplans.

2014-07-11 Thread Tom Lane
Fix bug with whole-row references to append subplans. ExecEvalWholeRowVar incorrectly supposed that it could "bless" the source TupleTableSlot just once per query. But if the input is coming from an Append (or, perhaps, other cases?) more than one slot might be returned over the query run. This

[COMMITTERS] pgsql: Fix bug with whole-row references to append subplans.

2014-07-11 Thread Tom Lane
Fix bug with whole-row references to append subplans. ExecEvalWholeRowVar incorrectly supposed that it could "bless" the source TupleTableSlot just once per query. But if the input is coming from an Append (or, perhaps, other cases?) more than one slot might be returned over the query run. This

[COMMITTERS] pgsql: Fix bug with whole-row references to append subplans.

2014-07-11 Thread Tom Lane
Fix bug with whole-row references to append subplans. ExecEvalWholeRowVar incorrectly supposed that it could "bless" the source TupleTableSlot just once per query. But if the input is coming from an Append (or, perhaps, other cases?) more than one slot might be returned over the query run. This

[COMMITTERS] pgsql: Fix bug with whole-row references to append subplans.

2014-07-11 Thread Tom Lane
Fix bug with whole-row references to append subplans. ExecEvalWholeRowVar incorrectly supposed that it could "bless" the source TupleTableSlot just once per query. But if the input is coming from an Append (or, perhaps, other cases?) more than one slot might be returned over the query run. This