summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2022-03-21 12:33:29 +0200
committerMagnus Hagander <magnus@hagander.net>2022-03-21 12:35:48 +0200
commitc540d3715731e0e50259011ee62ea4c0c042b1b1 (patch)
tree50aab6705c84ef470196d125d4f5b9f309c5d2ed
parentd4ba8b51c76300f06cc23f4d8a41d9f7210c4866 (diff)
downloadpostgresql-c540d3715731e0e50259011ee62ea4c0c042b1b1.tar.gz
Fix typo in file identification
Clearly a simple copy/paste mistake when the file was created.
-rw-r--r--src/backend/replication/basebackup_target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/basebackup_target.c b/src/backend/replication/basebackup_target.c
index d8b7cb3243..55651cbe16 100644
--- a/src/backend/replication/basebackup_target.c
+++ b/src/backend/replication/basebackup_target.c
@@ -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
*
*-------------------------------------------------------------------------
*/