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:
@@ -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
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* ISSN.h
|
||||
* UPC.h
|
||||
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
|
||||
*
|
||||
* No information available for UPC prefixes
|
||||
|
||||
@@ -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
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user