We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ddadd commit 637f1d1Copy full SHA for 637f1d1
tests/archive.py
@@ -2090,11 +2090,11 @@ def test_archive_pg_receivexlog_partial_handling(self):
2090
2091
result = node.safe_psql(
2092
"postgres",
2093
- "select sum(id) from t_heap")
+ "select sum(id) from t_heap").decode('utf-8').rstrip()
2094
2095
result_new = node_restored.safe_psql(
2096
2097
2098
2099
self.assertEqual(result, result_new)
2100
0 commit comments