diff options
author | Magnus Hagander | 2017-07-07 12:08:55 +0000 |
---|---|---|
committer | Magnus Hagander | 2017-07-07 12:08:55 +0000 |
commit | 4808d69955f5115686633cd3cc78b9957122e1ad (patch) | |
tree | b177e64c75f3ab15ccdb7d32a5c1dd65b5e33911 | |
parent | 31b8db8e6c1fa4436116f4be5ca789f3a01b9ebf (diff) |
Fix out of date comment
Author: Masahiko Sawada <[email protected]>
-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 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 <[email protected]> * |