Upgrade to postgresql 17
All threads resolved!
All threads resolved!
The biggest issue was that starting with Postgres 17, database names are no longer truncated when connecting. We were relying on this behaviour in tests. The database names were made shorter where possible and explicitly truncated by our scripts before connecting.
Edited by Krzysztof Leśniak
Merge request reports
Activity
assigned to @mzander
- Resolved by Dan Notestein
added 7 commits
- 312f10cd - Remove tuplestore_donestoring
- 00e8e3e7 - Change op_type_id to hive.operation_id_to_type_id
- 36b4061f - Change script to bash and add quoting
- febb01dc - Limit db name in tests to 63 chars
- 85708301 - fixup! Change script to bash and add quoting
- 1a6e0eb5 - Use randbytes(8) instead of uuid4
- d6db0b9c - Update ci image to ubuntu22.04-16
Toggle commit listadded 25 commits
-
d6db0b9c...e6c724dd - 18 commits from branch
develop
- 67aa11c9 - Upgrade to postgres 17
- af7f6194 - Remove tuplestore_donestoring
- 19a6162a - Change op_type_id to hive.operation_id_to_type_id
- 8d7b4f53 - Change script to bash and add quoting
- bc8172b5 - Limit db name in tests to 63 chars
- 1714ad0c - Use randbytes(8) instead of uuid4
- 04029421 - Update ci image to ubuntu22.04-16
Toggle commit list-
d6db0b9c...e6c724dd - 18 commits from branch
- Resolved by Marcin
added 8 commits
-
9a497093 - 1 commit from branch
develop
- aa4cc785 - Upgrade to postgres 17
- 885104b4 - Remove tuplestore_donestoring
- 2a2fca7f - Change op_type_id to hive.operation_id_to_type_id
- 12a66394 - Change script to bash and add quoting
- 9806ab24 - Limit db name in tests to 63 chars
- 24d4a3e2 - Use randbytes(8) instead of uuid4
- 180d855e - Update ci image to ubuntu22.04-16
Toggle commit list-
9a497093 - 1 commit from branch
added 12 commits
-
180d855e...9820b073 - 5 commits from branch
develop
- 0fc2a138 - Upgrade to postgres 17
- 7e74ce88 - Remove tuplestore_donestoring
- 1e017886 - Change op_type_id to hive.operation_id_to_type_id
- 7febfef6 - Change script to bash and add quoting
- 3e39664c - Limit db name in tests to 63 chars
- 8b2ddb34 - Use randbytes(8) instead of uuid4
- 3403d49e - Update ci image to ubuntu22.04-16
Toggle commit list-
180d855e...9820b073 - 5 commits from branch
added 8 commits
-
a84e1bd3 - 1 commit from branch
develop
- 8c65976c - Upgrade to postgres 17
- a6954797 - Remove tuplestore_donestoring
- 7361fbf6 - Change op_type_id to hive.operation_id_to_type_id
- 610f53a6 - Change script to bash and add quoting
- 1fb6d250 - Limit db name in tests to 63 chars
- bc8d18f5 - Use randbytes(8) instead of uuid4
- f94625db - Update ci image to ubuntu22.04-16
Toggle commit list-
a84e1bd3 - 1 commit from branch
Please register or sign in to reply