Skip to content

Commit 10d8e26

Browse files
Add back peer_dn field to Port on pg17.. (pgcentralfoundation#2200)
Catch the field I accidentally dropped while splitting `Port` into different written-out versions, thanks to @cbandy!
1 parent 5d3a474 commit 10d8e26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pgrx-pg-sys/src/libpq.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ pub mod be {
112112

113113
ssl_in_use: bool,
114114
peer_cn: *mut core::ffi::c_char,
115+
peer_dn: *mut core::ffi::c_char,
115116
peer_cert_valid: bool,
116117

117118
alpn_used: bool,
@@ -186,6 +187,7 @@ pub mod be {
186187

187188
ssl_in_use: bool,
188189
peer_cn: *mut core::ffi::c_char,
190+
peer_dn: *mut core::ffi::c_char,
189191
peer_cert_valid: bool,
190192

191193
alpn_used: bool,

0 commit comments

Comments
 (0)