From: Heikki Linnakangas Date: Fri, 22 Aug 2014 10:45:38 +0000 (+0300) Subject: Fix comment in pg_basebackup. X-Git-Tag: REL9_4_BETA3~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32d93e8c2da5387a8d5efdd4df1e5fb9bcfa9bb2;p=postgresql Fix comment in pg_basebackup. The option is called --tablespace-mapping, not --tablespace. Amit Kapila --- diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index ec22ac2354..0a33614346 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -1260,9 +1260,9 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum) /* * Symbolic link * - * It's most likely a link in pg_tblspc directory, to - * the location of a tablespace. Apply any tablespace - * mapping given on the command line (--tablespace). + * It's most likely a link in pg_tblspc directory, to the + * location of a tablespace. Apply any tablespace mapping + * given on the command line (--tablespace-mapping). * (We blindly apply the mapping without checking that * the link really is inside pg_tblspc. We don't expect * there to be other symlinks in a data directory, but