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

Commit23f4427

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

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
@@ -279,12 +279,11 @@ extern void tuplesort_initialize_shared(Sharedsort *shared, int nWorkers,
279279
externvoidtuplesort_attach_shared(Sharedsort*shared,dsm_segment*seg);
280280

281281
/*
282-
* These routines may only be called ifrandomAccess was specified 'true'.
283-
*Likewise,backwards scan in gettuple/getdatum is only allowed if
284-
*randomAccess was specified. Note that parallel sorts do not support
285-
*randomAccess.
282+
* These routines may only be called ifTUPLESORT_RANDOMACCESS was specified
283+
*during tuplesort_begin_*. Additionallybackwards scan in gettuple/getdatum
284+
*also require TUPLESORT_RANDOMACCESS. Note that parallel sorts do not
285+
*support random access.
286286
*/
287-
288287
externvoidtuplesort_rescan(Tuplesortstate*state);
289288
externvoidtuplesort_markpos(Tuplesortstate*state);
290289
externvoidtuplesort_restorepos(Tuplesortstate*state);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp