Skip to content

Commit 94232c9

Browse files
committed
Fix typos
tablesapce -> tablespace there -> their These were introduced in 72d422a, so no need to backpatch.
1 parent 7abc685 commit 94232c9

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 reading tablesapce_map file in case of archive recovery from
6206+
* after reading tablespace_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy