We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8d938eb commit2af9364Copy full SHA for 2af9364
src/bin/pg_basebackup/pg_basebackup.c
@@ -1260,9 +1260,9 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
1260
/*
1261
* Symbolic link
1262
*
1263
- * It's most likely a link in pg_tblspc directory, to
1264
- *thelocation of a tablespace. Apply any tablespace
1265
- *mappinggiven 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).
1266
* (We blindly apply the mapping without checking that
1267
* the link really is inside pg_tblspc. We don't expect
1268
* there to be other symlinks in a data directory, but