Skip to content
Snippets Groups Projects

Upgrade to postgresql 17

Merged Michal Zander requested to merge mzander/postgres-upgrade into develop
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 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

    Compare with previous version

  • added 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

    Compare with previous version

  • added 1 commit

    • 04e5050a - Update ci image to ubuntu22.04-16

    Compare with previous version

  • Krzysztof Leśniak marked this merge request as ready

    marked this merge request as ready

  • Krzysztof Leśniak changed the description

    changed the description

  • 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

    Compare with previous version

  • Dan Notestein added 12 commits

    added 12 commits

    Compare with previous version

  • Dan Notestein resolved all threads

    resolved all threads

  • Dan Notestein added 8 commits

    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

    Compare with previous version

  • Please register or sign in to reply
    Loading