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

Commit4f2b77d

Browse files
committed
Merge branch 'promote' of github.com:zilder/testgres into promote
2 parents838a800 +06d1005 commit4f2b77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def promote(self, dbname=None, username=None):
712712

713713
# for versions below 10 `promote` is asynchronous so we need to wait
714714
# until it actually becomes writable
715-
ifnotpg_version_ge("10"):
715+
ifself._pg_version<'10':
716716
check_query="SHOW transaction_read_only"
717717

718718
self.poll_query_until(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp