pgsql: Fix incorrect function reference in comment

From: Richard Guo <rguo(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect function reference in comment
Date: 2025-10-03 07:35:02
Message-ID: E1v4aJi-001E0J-08@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Reviewed-by: wenhui qiu <qiuwenhuifx(at)gmail(dot)com>
Reviewed-by: Richard Guo <guofenglinux(at)gmail(dot)com>
Discussion: https://postgr.es/m/1cb48b4c-54ab-40cc-b355-0b3c2af6d3f7@Spark

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/605bfb7dbe5d952b91b92d8b7b98cef549dab36c

Modified Files
--------------
src/backend/utils/sort/logtape.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2025-10-03 09:18:54 pgsql: Fix reuse-after-free hazard in dead_items_reset
Previous Message Michael Paquier 2025-10-03 05:04:54 pgsql: pgbench: Fail cleanly when finding a COPY result state