Fix incorrect function reference BufFileOpenShared in comment.
Zhang Mingli <zmlpostgres@gmail.com>
From: Zhang Mingli <zmlpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-01T08:15:38Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix incorrect function reference in comment
- 605bfb7dbe5d 19 (unreleased) landed
-
Refactor sharedfileset.c to separate out fileset implementation.
- dcac5e7ac157 15.0 cited
Attachments
- v0-0001-Fix-incorrect-function-reference-in-comment.patch (application/octet-stream) patch v0-0001
Hi, The comment incorrectly cited the defunct function BufFileOpenShared() which is replaced in commit dcac5e7ac157964f71f15d81c7429130c69c3f9b. Update the reference to the current function: BufFileOpenFileSet(). -- Zhang Mingli HashData