File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -804,7 +804,7 @@ parse_oid(char *s, Oid *result)
804
804
* Copy files from the input directory to the output directory, reconstructing
805
805
* full files from incremental files as required.
806
806
*
807
- * If processing is a user-defined tablespace, the tsoid should be the OID
807
+ * If processing a user-defined tablespace, the tsoid should be the OID
808
808
* of that tablespace and input_directory and output_directory should be the
809
809
* toplevel input and output directories for that tablespace. Otherwise,
810
810
* tsoid should be InvalidOid and input_directory and output_directory should
@@ -816,7 +816,7 @@ parse_oid(char *s, Oid *result)
816
816
*
817
817
* n_prior_backups is the number of prior backups that we have available.
818
818
* This doesn't count the very last backup, which is referenced by
819
- * output_directory , just the older ones. prior_backup_dirs is an array of
819
+ * input_directory , just the older ones. prior_backup_dirs is an array of
820
820
* the locations of those previous backups.
821
821
*/
822
822
static void
You can’t perform that action at this time.
0 commit comments