Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2af9364

Browse files
committed
Fix comment in pg_basebackup.
The option is called --tablespace-mapping, not --tablespace.Amit Kapila
1 parent8d938eb commit2af9364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 3 additions & 3 deletions
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-
*thelocation of a tablespace. Apply any tablespace
1265-
*mappinggiven 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)

[8]ページ先頭

©2009-2025 Movatter.jp