Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbef806

Browse files
committed
tests: minor fix
1 parentf296a8a commitcbef806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/helpers/ptrack_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,10 +1037,10 @@ def set_archiving(
10371037
archive_command=archive_command+'--overwrite '
10381038

10391039
ifos.name=='posix':
1040-
archive_command=archive_command+'--wal-file-path%p --wal-file-name%f'
1040+
archive_command=archive_command+'--wal-file-path=%p --wal-file-name=%f'
10411041

10421042
elifos.name=='nt':
1043-
archive_command=archive_command+'--wal-file-path"%p" --wal-file-name"%f"'
1043+
archive_command=archive_command+'--wal-file-path="%p" --wal-file-name="%f"'
10441044

10451045
node.append_conf(
10461046
'postgresql.auto.conf',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp