Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f296a8a commit cbef806Copy full SHA for cbef806
tests/helpers/ptrack_helpers.py
@@ -1037,10 +1037,10 @@ def set_archiving(
1037
archive_command = archive_command + '--overwrite '
1038
1039
if os.name == 'posix':
1040
- archive_command = archive_command + '--wal-file-path %p --wal-file-name %f'
+ archive_command = archive_command + '--wal-file-path=%p --wal-file-name=%f'
1041
1042
elif os.name == 'nt':
1043
- archive_command = archive_command + '--wal-file-path "%p" --wal-file-name "%f"'
+ archive_command = archive_command + '--wal-file-path="%p" --wal-file-name="%f"'
1044
1045
node.append_conf(
1046
'postgresql.auto.conf',
0 commit comments