Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd01f0
)
Update comment to match behavior of latest code.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 4 Aug 2015 15:45:29 +0000
(11:45 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 4 Aug 2015 15:53:07 +0000
(11:53 -0400)
Peter Geoghegan
src/backend/utils/sort/tuplesort.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/sort/tuplesort.c
b/src/backend/utils/sort/tuplesort.c
index 435041afa1c2c3229a9ef0a13bff58450774fb68..1e62a73eed324f2cd885af000c0035375aab5254 100644
(file)
--- a/
src/backend/utils/sort/tuplesort.c
+++ b/
src/backend/utils/sort/tuplesort.c
@@
-356,9
+356,9
@@
struct Tuplesortstate
/*
* Additional state for managing "abbreviated key" sortsupport routines
- * (which currently may be used by all cases except the
Datum sort case
- *
and hash index case). Tracks the intervals at which the optimization'
s
- *
effectiveness is
tested.
+ * (which currently may be used by all cases except the
hash index case).
+ *
Tracks the intervals at which the optimization's effectiveness i
s
+ * tested.
*/
int64 abbrevNext; /* Tuple # at which to next check
* applicability */