Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2af9364

Browse files
committed
Fix comment in pg_basebackup.
The option is called --tablespace-mapping, not --tablespace. Amit Kapila
1 parent 8d938eb commit 2af9364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/pg_basebackup/pg_basebackup.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1260,9 +1260,9 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
12601260
/*
12611261
* Symbolic link
12621262
*
1263-
* It's most likely a link in pg_tblspc directory, to
1264-
* the location of a tablespace. Apply any tablespace
1265-
* mapping given on the command line (--tablespace).
1263+
* It's most likely a link in pg_tblspc directory, to the
1264+
* location of a tablespace. Apply any tablespace mapping
1265+
* given on the command line (--tablespace-mapping).
12661266
* (We blindly apply the mapping without checking that
12671267
* the link really is inside pg_tblspc. We don't expect
12681268
* there to be other symlinks in a data directory, but

0 commit comments

Comments
 (0)