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

Commitb1cd83c

Browse files
committed
Merge branch 'xtm' of gitlab.postgrespro.ru:pgpro-dev/postgrespro into xtm
2 parentsf9f5ed4 +2b560c2 commitb1cd83c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎contrib/pg_xtm/dtmd/src/main.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ static char *onsnapshot(void *stream, void *clientdata, cmd_t *cmd) {
454454

455455
// FIXME: Remote this assert if you do not have a barrier upon getting
456456
// snapshot in backends. The assert should indicate that situation :)
457-
assert(CLIENT_SNAPSENT(clientdata)==t->snapshots_count);
457+
//assert(CLIENT_SNAPSENT(clientdata) == t->snapshots_count);
458458

459459
returndestructive_concat(strdup(head),snapser);
460460
}

‎contrib/pg_xtm/tests/transfers.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const (
1212
INIT_AMOUNT=10000
1313
N_ITERATIONS=100000
1414
N_ACCOUNTS=TRANSFER_CONNECTIONS//100000
15-
ISOLATION_LEVEL="repeatable read"
16-
//ISOLATION_LEVEL = "read committed"
15+
//ISOLATION_LEVEL = "repeatable read"
16+
ISOLATION_LEVEL="read committed"
1717
)
1818

1919

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp