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

Commit3712e0e

Browse files
committed
Fix outdated comment in tuplesort.h
This was outdated by77bae39.Backpatch-through: 15, where77bae39 was added
1 parent8e621c1 commit3712e0e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎src/include/utils/tuplesort.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,12 +378,11 @@ extern void tuplesort_initialize_shared(Sharedsort *shared, int nWorkers,
378378
externvoidtuplesort_attach_shared(Sharedsort*shared,dsm_segment*seg);
379379

380380
/*
381-
* These routines may only be called ifrandomAccess was specified 'true'.
382-
*Likewise,backwards scan in gettuple/getdatum is only allowed if
383-
*randomAccess was specified. Note that parallel sorts do not support
384-
*randomAccess.
381+
* These routines may only be called ifTUPLESORT_RANDOMACCESS was specified
382+
*during tuplesort_begin_*. Additionallybackwards scan in gettuple/getdatum
383+
*also require TUPLESORT_RANDOMACCESS. Note that parallel sorts do not
384+
*support random access.
385385
*/
386-
387386
externvoidtuplesort_rescan(Tuplesortstate*state);
388387
externvoidtuplesort_markpos(Tuplesortstate*state);
389388
externvoidtuplesort_restorepos(Tuplesortstate*state);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp