Add patches

This commit is contained in:
Alexey Masterov
2025-05-19 11:49:45 +02:00
parent 81c557d87e
commit a9f7a96cb7
2 changed files with 4792 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg-version: [16, 17]
pg-version: [17]
runs-on: us-east-2
container:
@@ -59,6 +59,7 @@ jobs:
run: |
cd "vendor/postgres-v${PG_VERSION}"
patch -p1 < "../../compute/patches/cloud_regress_pg${PG_VERSION}.patch"
patch -p1 < "../../compute/patches/cloud_regress_pg${PG_VERSION}_ha.patch"
- name: Generate a random password
id: pwgen

File diff suppressed because it is too large Load Diff