1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-06 13:46:51 +03:00

Fix typo in file identification

Clearly a simple copy/paste mistake when the file was created.
This commit is contained in:
Magnus Hagander
2022-03-21 12:33:29 +02:00
parent d4ba8b51c7
commit c540d37157

View File

@@ -9,7 +9,7 @@
* Portions Copyright (c) 2010-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/replication/basebackup_gzip.c
* src/backend/replication/basebackup_target.c
*
*-------------------------------------------------------------------------
*/