Fix comment in pg_basebackup.

The option is called --tablespace-mapping, not --tablespace.

Amit Kapila
This commit is contained in:
Heikki Linnakangas 2014-08-22 13:45:38 +03:00
parent 8d938eb079
commit 2af93640ad
1 changed files with 3 additions and 3 deletions

View File

@ -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