mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix collection of typos and grammar mistakes in the tree, volume 2
This fixes some comments and documentation new as of Postgres 13, and is
a follow-up of the work done in dd0f37e.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
This commit is contained in:
@@ -808,7 +808,7 @@ tuplesort_begin_common(int workMem, SortCoordinate coordinate,
|
||||
*
|
||||
* Setup, or reset, all state need for processing a new set of tuples with this
|
||||
* sort state. Called both from tuplesort_begin_common (the first time sorting
|
||||
* with this sort state) and tuplesort_reseti (for subsequent usages).
|
||||
* with this sort state) and tuplesort_reset (for subsequent usages).
|
||||
*/
|
||||
static void
|
||||
tuplesort_begin_batch(Tuplesortstate *state)
|
||||
|
||||
Reference in New Issue
Block a user