1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Fix various incorrect filename references

Author: Chao Li <li.evan.chao@gmail.com>
Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAEoWx2=hOBCPm-Z=F15twr_23XjHeoXSbifP5GdEdtWona97wQ@mail.gmail.com
This commit is contained in:
David Rowley
2025-09-22 13:32:36 +12:00
parent e3a0304eba
commit 9fc7f6ab72
6 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* amcheck.h
* verify_common.h
* Shared routines for amcheck verifications.
*
* Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/amcheck/amcheck.h
* contrib/amcheck/verify_common.h
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,5 +1,5 @@
/*
* ISSN.h
* UPC.h
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
*
* No information available for UPC prefixes

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994-5, Regents of the University of California
*
* IDENTIFICATION
* src/backend/commands/explain.c
* src/backend/commands/explain_dr.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,7 +4,7 @@
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/bin/pg_combinebackup/copy_file.h
* src/bin/pg_combinebackup/copy_file.c
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,10 +1,10 @@
/*--------------------------------------------------------------------------
* gin.h
* gin_tuple.h
* Public header file for Generalized Inverted Index access method.
*
* Copyright (c) 2006-2025, PostgreSQL Global Development Group
*
* src/include/access/gin.h
* src/include/access/gin_tuple.h
*--------------------------------------------------------------------------
*/
#ifndef GIN_TUPLE_H

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/storage/io.h
* src/include/storage/io_worker.h
*
*-------------------------------------------------------------------------
*/