File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -675,9 +675,9 @@ main(int argc, char **argv)
675
675
if (numWorkers > 1 && fout -> remoteVersion < 90200
676
676
&& !no_synchronized_snapshots )
677
677
exit_horribly (NULL ,
678
- "No synchronized snapshots available in this server version.\n"
679
- "Run with --no-synchronized-snapshots instead if you do not\n"
680
- "need synchronized snapshots.\n" );
678
+ "Synchronized snapshots are not supported by this server version.\n"
679
+ "Run with --no-synchronized-snapshots instead if you do not need \n"
680
+ "synchronized snapshots.\n" );
681
681
682
682
/* Find the last built-in OID, if needed */
683
683
if (fout -> remoteVersion < 70300 )
@@ -891,7 +891,7 @@ help(const char *progname)
891
891
printf (_ (" --exclude-table-data=TABLE do NOT dump data for the named table(s)\n" ));
892
892
printf (_ (" --inserts dump data as INSERT commands, rather than COPY\n" ));
893
893
printf (_ (" --no-security-labels do not dump security label assignments\n" ));
894
- printf (_ (" --no-synchronized-snapshots parallel processes should not use synchronized snapshots\n" ));
894
+ printf (_ (" --no-synchronized-snapshots do not use synchronized snapshots in parallel jobs \n" ));
895
895
printf (_ (" --no-tablespaces do not dump tablespace assignments\n" ));
896
896
printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
897
897
printf (_ (" --quote-all-identifiers quote all identifiers, even if not key words\n" ));
You can’t perform that action at this time.
0 commit comments