|
78 | 78 | * Portions Copyright (c) 1994, Regents of the University of California |
79 | 79 | * |
80 | 80 | * IDENTIFICATION |
81 | | - * $PostgreSQL: pgsql/src/backend/utils/sort/tuplesort.c,v 1.49 2005/05/25 21:40:41 momjian Exp $ |
| 81 | + * $PostgreSQL: pgsql/src/backend/utils/sort/tuplesort.c,v 1.50 2005/09/23 15:36:57 tgl Exp $ |
82 | 82 | * |
83 | 83 | *------------------------------------------------------------------------- |
84 | 84 | */ |
@@ -1332,7 +1332,7 @@ beginmerge(Tuplesortstate *state) |
1332 | 1332 | * as explained in the header comments of this file. Load tuples from each |
1333 | 1333 | * active source tape until the tape's run is exhausted or it has used up |
1334 | 1334 | * its fair share of available memory.In any case, we guarantee that there |
1335 | | - * is at one preread tuple available from each unexhausted input tape. |
| 1335 | + * is atleastone preread tuple available from each unexhausted input tape. |
1336 | 1336 | */ |
1337 | 1337 | staticvoid |
1338 | 1338 | mergepreread(Tuplesortstate*state) |
|