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

Commit605bfb7

Browse files
author
Richard Guo
committed
Fix incorrect function reference in comment
The comment incorrectly references the defunct functionBufFileOpenShared(), which was replaced in commitdcac5e7.This patch updates the comment to refer to the current functionBufFileOpenFileSet().Author: Zhang Mingli <zmlpostgres@gmail.com>Reviewed-by: wenhui qiu <qiuwenhuifx@gmail.com>Reviewed-by: Richard Guo <guofenglinux@gmail.com>Discussion:https://postgr.es/m/1cb48b4c-54ab-40cc-b355-0b3c2af6d3f7@Spark
1 parent902c088 commit605bfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/sort/logtape.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ LogicalTapeCreate(LogicalTapeSet *lts)
681681
{
682682
/*
683683
* The only thing that currently prevents creating new tapes in leader is
684-
* the fact that BufFiles opened usingBufFileOpenShared() are read-only
684+
* the fact that BufFiles opened usingBufFileOpenFileSet() are read-only
685685
* by definition, but that could be changed if it seemed worthwhile. For
686686
* now, writing to the leader tape will raise a "Bad file descriptor"
687687
* error, so tuplesort must avoid writing to the leader tape altogether.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp