Fix incorrect function reference in comment
authorRichard Guo <rguo@postgresql.org>
Fri, 3 Oct 2025 07:34:42 +0000 (16:34 +0900)
committerRichard Guo <rguo@postgresql.org>
Fri, 3 Oct 2025 07:34:42 +0000 (16:34 +0900)
commit605bfb7dbe5d952b91b92d8b7b98cef549dab36c
tree563b5bec847c826c9b9e2d8a2e6e2d4fba8cec52
parent902c08887aa183100b161ef48f1a2434af079213
Fix incorrect function reference in comment

The comment incorrectly references the defunct function
BufFileOpenShared(), which was replaced in commit dcac5e7ac.

This patch updates the comment to refer to the current function
BufFileOpenFileSet().

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
src/backend/utils/sort/logtape.c