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 *