pgsql: Fix various incorrect filename references

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix various incorrect filename references
Date: 2025-09-22 01:33:37
Message-ID: E1v0VQv-001sHE-19@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix various incorrect filename references

Author: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Author: David Rowley <dgrowleyml(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEoWx2=hOBCPm-Z=F15twr_23XjHeoXSbifP5GdEdtWona97wQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9fc7f6ab7226d7c9dbe4ff333130c82f92749f69

Modified Files
--------------
contrib/amcheck/verify_common.h | 4 ++--
contrib/isn/UPC.h | 2 +-
src/backend/commands/explain_dr.c | 2 +-
src/bin/pg_combinebackup/copy_file.c | 2 +-
src/include/access/gin_tuple.h | 4 ++--
src/include/storage/io_worker.h | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-09-22 07:55:24 pgsql: Add a test module for Bitmapset
Previous Message Richard Guo 2025-09-22 01:05:29 pgsql: Fix misleading comment in RangeTblEntry