diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_basebackup/streamutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c index d7ba7e2c492..9d40744a349 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 <magnus@hagander.net> * |