diff options
author | Fujii Masao <fujii@postgresql.org> | 2019-04-25 23:49:37 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2019-04-25 23:49:37 +0900 |
commit | c247ae09226eeb1c3a77bb54a0736ed7da5622b5 (patch) | |
tree | c813cdef8d3be8c8b124c3b0c91726d5d4127000 | |
parent | 978b032d1f39fcfe9b7e895ab313913d97db2268 (diff) | |
download | postgresql-c247ae09226eeb1c3a77bb54a0736ed7da5622b5.tar.gz postgresql-c247ae09226eeb1c3a77bb54a0736ed7da5622b5.zip |
Fix file path in comment.
-rw-r--r-- | src/bin/pg_checksums/pg_checksums.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_checksums/pg_checksums.c b/src/bin/pg_checksums/pg_checksums.c index bc899826580..32d5668749f 100644 --- a/src/bin/pg_checksums/pg_checksums.c +++ b/src/bin/pg_checksums/pg_checksums.c @@ -110,7 +110,7 @@ static const char *const skip[] = { /* * Report current progress status. Parts borrowed from - * src/bin/pg_basebackup.c. + * src/bin/pg_basebackup/pg_basebackup.c. */ static void progress_report(bool force) |