There is a typo in a comment. See attachment.

There is also a typo in commit message: s/management/management/. But it
is my understanding that we don't fix such things.
diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c
index d3070f8..dbedc27 100644
--- a/src/backend/utils/sort/tuplesort.c
+++ b/src/backend/utils/sort/tuplesort.c
@@ -2742,7 +2742,7 @@ batchmemtuples(Tuplesortstate *state)
 	/*
 	 * Refund STANDARDCHUNKHEADERSIZE per tuple.
 	 *
-	 * This sometimes fails to make memory use prefectly balanced, but it
+	 * This sometimes fails to make memory use perfectly balanced, but it
 	 * should never make the situation worse.  Note that Assert-enabled builds
 	 * get a larger refund, due to a varying STANDARDCHUNKHEADERSIZE.
 	 */
-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to