[COMMITTERS] pgsql: Made code in ecpg better readable.

2012-01-04 Thread Michael Meskes
Made code in ecpg better readable. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/10ecc0d5867b8dd39cf506b8bb02053ede05fb60 Modified Files -- src/interfaces/ecpg/preproc/ecpg.header| 92 ++-- .../ecpg/test/expected/preproc-out

[COMMITTERS] pgsql: Make executor's SELECT INTO code save and restore original tuple

2012-01-04 Thread Tom Lane
Make executor's SELECT INTO code save and restore original tuple receiver. As previously coded, the QueryDesc's dest pointer was left dangling (pointing at an already-freed receiver object) after ExecutorEnd. It's a bit astonishing that it took us this long to notice, and I'm not sure that the kn

[COMMITTERS] pgsql: Make executor's SELECT INTO code save and restore original tuple

2012-01-04 Thread Tom Lane
Make executor's SELECT INTO code save and restore original tuple receiver. As previously coded, the QueryDesc's dest pointer was left dangling (pointing at an already-freed receiver object) after ExecutorEnd. It's a bit astonishing that it took us this long to notice, and I'm not sure that the kn

[COMMITTERS] pgsql: Make executor's SELECT INTO code save and restore original tuple

2012-01-04 Thread Tom Lane
Make executor's SELECT INTO code save and restore original tuple receiver. As previously coded, the QueryDesc's dest pointer was left dangling (pointing at an already-freed receiver object) after ExecutorEnd. It's a bit astonishing that it took us this long to notice, and I'm not sure that the kn

[COMMITTERS] pgsql: Make executor's SELECT INTO code save and restore original tuple

2012-01-04 Thread Tom Lane
Make executor's SELECT INTO code save and restore original tuple receiver. As previously coded, the QueryDesc's dest pointer was left dangling (pointing at an already-freed receiver object) after ExecutorEnd. It's a bit astonishing that it took us this long to notice, and I'm not sure that the kn