Skip to content

Commit ca78cb9

Browse files
authored
Fix binding of struct Port on pg17 (#2302)
The `canAcceptConnections` field was removed in Postgres 17. See: postgres/postgres@d162c3a
1 parent 4420838 commit ca78cb9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pgrx-pg-sys/src/libpq.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ pub mod be {
8585
pub remote_hostname_resolv: core::ffi::c_int,
8686
pub remote_hostname_errcode: core::ffi::c_int,
8787
pub remote_port: *mut core::ffi::c_char,
88-
pub canAcceptConnections: core::ffi::c_uint,
8988
pub database_name: *mut core::ffi::c_char,
9089
pub user_name: *mut core::ffi::c_char,
9190
pub cmdline_options: *mut core::ffi::c_char,

0 commit comments

Comments
 (0)