Re: [COMMITTERS] pgsql-server/src/backend/utils/sort tuplesort.c

2004-03-17 Thread Bruce Momjian
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

Re: [COMMITTERS] pgsql-server/src/backend/utils/sort tuplesort.c

2004-03-17 Thread Bruce Momjian
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

[COMMITTERS] pgsql-server/src/backend/utils/sort tuplesort.c

2004-03-17 Thread Tom Lane
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