From 4808d69955f5115686633cd3cc78b9957122e1ad Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 7 Jul 2017 15:08:55 +0300 Subject: [PATCH] Fix out of date comment Author: Masahiko Sawada --- src/bin/pg_basebackup/streamutil.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c index d7ba7e2c49..9d40744a34 100644 --- a/src/bin/pg_basebackup/streamutil.c +++ b/src/bin/pg_basebackup/streamutil.c @@ -1,6 +1,7 @@ /*------------------------------------------------------------------------- * - * streamutil.c - utility functions for pg_basebackup and pg_receivelog + * streamutil.c - utility functions for pg_basebackup, pg_receivewal and + * pg_recvlogical * * Author: Magnus Hagander * -- 2.50.0