[COMMITTERS] pgsql: Fix possible duplicate tuples while GiST scan.

2008-08-23 Thread Teodor Sigaev
Log Message: --- Fix possible duplicate tuples while GiST scan. Now page is processed at once and ItemPointers are collected in memory. Remove tuple's killing by killtuple() if tuple was moved to another page - it could produce unaceptable overhead. Backpatch up to 8.1 because the bug wa

[COMMITTERS] pgsql: Fix possible duplicate tuples while GiST scan.

2008-08-23 Thread Teodor Sigaev
Log Message: --- Fix possible duplicate tuples while GiST scan. Now page is processed at once and ItemPointers are collected in memory. Remove tuple's killing by killtuple() if tuple was moved to another page - it could produce unaceptable overhead. Backpatch up to 8.1 because the bug wa

[COMMITTERS] pgsql: Fix possible duplicate tuples while GiST scan.

2008-08-23 Thread Teodor Sigaev
Log Message: --- Fix possible duplicate tuples while GiST scan. Now page is processed at once and ItemPointers are collected in memory. Remove tuple's killing by killtuple() if tuple was moved to another page - it could produce unaceptable overhead. Backpatch up to 8.1 because the bug wa

[COMMITTERS] pgsql: Fix possible duplicate tuples while GiST scan.

2008-08-23 Thread Teodor Sigaev
Log Message: --- Fix possible duplicate tuples while GiST scan. Now page is processed at once and ItemPointers are collected in memory. Remove tuple's killing by killtuple() if tuple was moved to another page - it could produce unaceptable overhead. Backpatch up to 8.1 because the bug wa