Skip to content

Commit

Permalink
Update bundled libpq version to postgres 17
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Sep 27, 2024
1 parent efca560 commit 25e354e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pq-src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const LIBPORTS_BASE: &[&str] = &[
"explicit_bzero.c",
];

const LIBPORTS_LINUX: &[&str] = &["getpeereid.c", "thread.c"];
const LIBPORTS_LINUX: &[&str] = &["getpeereid.c"];

const LIBPORTS_MACOS: &[&str] = &["thread.c"];
const LIBPORTS_MACOS: &[&str] = &[];

const LIBPORTS_WINDOWS: &[&str] = &[
"getpeereid.c",
Expand Down
2 changes: 1 addition & 1 deletion pq-src/source
Submodule source updated 3828 files

0 comments on commit 25e354e

Please sign in to comment.