Skip to content

Commit 3dd9d0f

Browse files
hunleydyvan-sraka
authored andcommitted
feat(postgress): add PG 15.15
1 parent 25d86be commit 3dd9d0f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ This is the same PostgreSQL build that powers [Supabase](https://supabase.io), b
182182

183183

184184
## Primary Features
185-
- ✅ Postgres [postgresql-15.14](https://www.postgresql.org/docs/15/index.html)
185+
- ✅ Postgres [postgresql-15.15](https://www.postgresql.org/docs/15/index.html)
186186
- ✅ Postgres [postgresql-17.6](https://www.postgresql.org/docs/17/index.html)
187187
- ✅ Postgres [orioledb-postgresql-17_11](https://github.com/orioledb/orioledb)
188188
- ✅ Ubuntu 24.04 (Noble Numbat).

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ postgres_major:
1111
# Full version strings for each major version
1212
postgres_release:
1313
postgresorioledb-17: "17.6.0.010-orioledb"
14-
postgres17: "17.6.1.053"
15-
postgres15: "15.14.1.053"
14+
postgres17: "17.6.1.055"
15+
postgres15: "15.15.1.001"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0

migrations/schema-15.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
\restrict SupabaseTestDumpKey123
66

7-
-- Dumped from database version 15.14
8-
-- Dumped by pg_dump version 15.14
7+
-- Dumped from database version 15.15
8+
-- Dumped by pg_dump version 15.15
99

1010
SET statement_timeout = 0;
1111
SET lock_timeout = 0;

nix/config.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ in
4646
supportedPostgresVersions = {
4747
postgres = {
4848
"15" = {
49-
version = "15.14";
50-
hash = "sha256-Bt110wXNOHDuYrOTLmYcYkVD6vmuK6N83sCk+O3QUdI=";
49+
version = "15.15";
50+
hash = "sha256-V1Oq64sJy/YQFveKppv1y98BtDJj8BDL8WjIKJYhOqo";
5151
};
5252
"17" = {
5353
version = "17.6";

0 commit comments

Comments
 (0)