mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03:00
Fix comment in pg_basebackup.
The option is called --tablespace-mapping, not --tablespace. Amit Kapila
This commit is contained in:
parent
8a22633f52
commit
32d93e8c2d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user