Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit044dc7b

Browse files
author
Amit Kapila
committed
Fix minor typo in nodeIncrementalSort.c.
Author: Vignesh CReviewed-by: James ColemanBackpatch-through: 13, where it was introducedDiscussion:https://postgr.es/m/CALDaNm0WjZqRvdeL59ZfYH0o4mLbKQ23jm-bnjXcFzgpANx55g@mail.gmail.com
1 parenta766d6c commit044dc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/executor/nodeIncrementalSort.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
*into the second mode if we believe it's beneficial.
6666
*
6767
*Sorting incrementally can potentially use less memory, avoid fetching
68-
*and sorting all tuples in thethedataset, and begin returning tuples
69-
*beforethe entire result set is available.
68+
*and sorting all tuples in the dataset, and begin returning tuples before
69+
*the entire result set is available.
7070
*
7171
*The hybrid mode approach allows us to optimize for both very small
7272
*groups (where the overhead of a new tuplesort is high) and verylarge

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp