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

Commit94232c9

Browse files
committed
Fix typos
tablesapce -> tablespacethere -> theirThese were introduced in72d422a, so no need to backpatch.
1 parent7abc685 commit94232c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ SELECT pg_stop_backup();
969969
<para>
970970
It's also worth noting that the <function>pg_start_backup</> function
971971
makes files named <filename>backup_label</> and
972-
<filename>tablesapce_map</> in the database cluster directory,
972+
<filename>tablespace_map</> in the database cluster directory,
973973
which are removed by <function>pg_stop_backup</>. These files will of
974974
course be archived as a part of your backup dump file. The backup label
975975
file includes the label string you gave to <function>pg_start_backup</>,

‎src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6203,7 +6203,7 @@ StartupXLOG(void)
62036203
* safest to just remove them always and let them be rebuilt during the
62046204
* first backend startup. These files needs to be removed from all
62056205
* directories including pg_tblspc, however the symlinks are created only
6206-
* after readingtablesapce_map file in case of archive recovery from
6206+
* after readingtablespace_map file in case of archive recovery from
62076207
* backup, so needs to clear old relcache files here after creating
62086208
* symlinks.
62096209
*/
@@ -9728,7 +9728,7 @@ XLogFileNameP(TimeLineID tli, XLogSegNo segno)
97289728
* A non-exclusive backup is used for the streaming base backups (see
97299729
* src/backend/replication/basebackup.c). The difference to exclusive backups
97309730
* is that the backup label and tablespace map files are not written to disk.
9731-
* Instead,there would-be contents are returned in *labelfile and *tblspcmapfile,
9731+
* Instead,their would-be contents are returned in *labelfile and *tblspcmapfile,
97329732
* and the caller is responsible for including them in the backup archive as
97339733
* 'backup_label' and 'tablespace_map'. There can be many non-exclusive backups
97349734
* active at the same time, and they don't conflict with an exclusive backup

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp