Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Tom Lane wrote:
> >> During btree index build, sort equal-keyed tuples according to their
> >> TID (heap position). This doesn't do anything to the validity of the
> >> finished index, but by pretending to qsort() that there are no re
Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: [EMAIL PROTECTED] 04/03/17 18:24:58
>
> Modified files:
> src/backend/utils/sort: tuplesort.c
>
> Log message:
> During btree index build, sort equal-keyed tuples according to their
> TI
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/17 18:24:58
Modified files:
src/backend/utils/sort: tuplesort.c
Log message:
During btree index build, sort equal-keyed tuples according to their
TID (heap position). This