Skip to content

Commit 6a8d234

Browse files
committed
PostgreSQL 18.4
1 parent 56d23e9 commit 6a8d234

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Provides a package to be used by the zig package manager for C programs.
1111

1212
| Refname | PostgreSQL version | Zig `0.17-dev` | Zig `0.16.0` | Zig `0.15.x` | Zig `0.14.x` | Zig `0.13.x` |
1313
|------------|--------------------|----------------|--------------|--------------|--------------|--------------|
14-
| `5.18.3` | `REL_18_3` ||||||
14+
| `5.18.4` | `REL_18_4` ||||||
1515
| `5.16.4+5` | `REL_16_4` ||||||
1616
| `5.16.4+2` | `REL_16_4` ||||||
1717

@@ -50,7 +50,7 @@ exe.linkLibrary(postgres.artifact("pq"));
5050
To update this project dependencies:
5151

5252
```bash
53-
zig fetch --save=upstream git+https://github.com/postgres/postgres#REL_18_3
53+
zig fetch --save=upstream git+https://github.com/postgres/postgres#REL_18_4
5454
zig fetch --save git+https://github.com/allyourcodebase/openssl#main
5555
zig fetch --save git+https://github.com/allyourcodebase/libressl#master
5656
zig fetch --save git+https://github.com/allyourcodebase/zlib#main

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.minimum_zig_version = "0.14.0",
66
.dependencies = .{
77
.upstream = .{
8-
.url = "git+https://github.com/postgres/postgres?ref=REL_18_3#62d6c7d3df6287f1bd83199c1a746e50d31571a0",
9-
.hash = "N-V-__8AAC1LZAhiM7zOvYHf4gVPbrOOoY6z9M8DlIivxtuW",
8+
.url = "git+https://github.com/postgres/postgres?ref=REL_18_4#f5cc81719e6da4cbdb1f797c48b693e91018153a",
9+
.hash = "N-V-__8AAOK_aAjT9LpN97k3l4s2VrLTCexGn3sGpxl8Qz7q",
1010
},
1111
.openssl = .{
1212
.url = "git+https://github.com/allyourcodebase/openssl?ref=main#0ac677650d43eadf669067d050992118b13338d2",

0 commit comments

Comments
 (0)