1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Force consistent row order in contrib/test_decoding regression test.

This commit is contained in:
Noah Misch
2014-03-29 00:31:44 -04:00
parent 9613a1d98e
commit 7ed908be41
2 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ COMMIT;
SELECT count(*), min(data), max(data)
FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0')
GROUP BY substring(data, 1, 24)
ORDER BY 1;
ORDER BY 1,2;
/*
* check whether we decode subtransactions correctly in relation with each