From 8870829b4f8c3982ccc4f1ae878449cc28618de7 Mon Sep 17 00:00:00 2001 From: gindibay Date: Mon, 18 Sep 2023 13:11:59 +0300 Subject: [PATCH] Fixes tests --- .../expected/multi_modifying_xacts.out | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/test/regress/expected/multi_modifying_xacts.out b/src/test/regress/expected/multi_modifying_xacts.out index 1f89349b8..b64963ae2 100644 --- a/src/test/regress/expected/multi_modifying_xacts.out +++ b/src/test/regress/expected/multi_modifying_xacts.out @@ -1409,18 +1409,18 @@ JOIN USING (shardid) ORDER BY id; - id | shard_name | nodename | nodeport + id | shard_name | nodename | nodeport --------------------------------------------------------------------- - 1 | multi_modifying_xacts.users_102014 | localhost | 57637 - 2 | multi_modifying_xacts.users_102017 | localhost | 57638 - 3 | multi_modifying_xacts.users_102015 | localhost | 57638 - 4 | multi_modifying_xacts.users_102015 | localhost | 57638 - 5 | multi_modifying_xacts.users_102014 | localhost | 57637 - 6 | multi_modifying_xacts.users_102016 | localhost | 57637 - 7 | multi_modifying_xacts.users_102015 | localhost | 57638 - 8 | multi_modifying_xacts.users_102014 | localhost | 57637 - 9 | multi_modifying_xacts.users_102017 | localhost | 57638 - 10 | multi_modifying_xacts.users_102014 | localhost | 57637 + 1 | multi_modifying_xacts.users_1190016 | localhost | 57637 + 2 | multi_modifying_xacts.users_1190019 | localhost | 57638 + 3 | multi_modifying_xacts.users_1190017 | localhost | 57638 + 4 | multi_modifying_xacts.users_1190017 | localhost | 57638 + 5 | multi_modifying_xacts.users_1190016 | localhost | 57637 + 6 | multi_modifying_xacts.users_1190018 | localhost | 57637 + 7 | multi_modifying_xacts.users_1190017 | localhost | 57638 + 8 | multi_modifying_xacts.users_1190016 | localhost | 57637 + 9 | multi_modifying_xacts.users_1190019 | localhost | 57638 + 10 | multi_modifying_xacts.users_1190016 | localhost | 57637 (10 rows) END;