You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Builds Postgres 14 & 15 with all of our extensions and symlinks the resulting build artifaces e.g. `psql`, `pg_dump` etc at `result-14` and `result-15` respectively.
20
+
Builds Postgres 14 & 15 with all of our extensions and symlinks the resulting build artifacts e.g. `psql`, `pg_dump` etc at `result-14` and `result-15` respectively.
21
21
22
22
23
23
On first run these commands will take a long time to complete. Intermediate results are cached and reused leading to significantly reduced built times on subsequent runs.
@@ -153,9 +153,9 @@ Once available upstream, new versions can be added [here](https://github.com/sup
153
153
154
154
### A pushed git tag produces an AWS AMI + docker image.
155
155
156
-
Not in prototype functional
156
+
Not in prototype
157
157
158
-
## Consider that we have the following PostgreSQL targets
158
+
## Consider that we have the following PostgreSQL targets:
159
159
160
160
### Supported PostgreSQL versions (14), these are older versions not yet migrated to latest
161
161
@@ -179,17 +179,18 @@ Support pending upstream merge of [PR](https://github.com/NixOS/nixpkgs/pull/249
179
179
180
180
### Future patch PostgreSQL version (14.x, 15.y)
181
181
182
-
These occur upstream. If we want to stay on the outdated version we can add an overlay to this repo.
182
+
These occur upstream. If we want to stay on the outdated version we can add an override to this repo.
183
183
184
184
### Each version will be tested against all extensions
185
185
186
186
Builtin and runs in CI
187
187
188
188
## Limitations
189
189
190
-
### Lack of darwin-arm support
190
+
- Lack of darwin-arm support: This is blocked by pgrx extensions. Everything except those extensions is functional.
191
+
- Difficulty producing docker images in Github Actions CI: solvable with changes to our custom runners
192
+
191
193
192
-
This is blocked by pgrx extensions. Everything except those extensions is functional.
0 commit comments