Commit 2af93640 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix comment in pg_basebackup.

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

Amit Kapila
parent 8d938eb0
...@@ -1260,9 +1260,9 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum) ...@@ -1260,9 +1260,9 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
/* /*
* Symbolic link * Symbolic link
* *
* It's most likely a link in pg_tblspc directory, to * It's most likely a link in pg_tblspc directory, to the
* the location of a tablespace. Apply any tablespace * location of a tablespace. Apply any tablespace mapping
* mapping given on the command line (--tablespace). * given on the command line (--tablespace-mapping).
* (We blindly apply the mapping without checking that * (We blindly apply the mapping without checking that
* the link really is inside pg_tblspc. We don't expect * the link really is inside pg_tblspc. We don't expect
* there to be other symlinks in a data directory, but * there to be other symlinks in a data directory, but
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment