File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/backend/access/transam Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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</>,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments