We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412a22c commit e108d8cCopy full SHA for e108d8c
pgrx-pg-sys/src/libpq.rs
@@ -83,7 +83,7 @@ pub mod be {
83
// NOTE: 5 fields remain on PG17, but two are `#ifdef USE_OPENSSL` in PG17, so treat all
84
// as conditioned on PG18, even if that is not strictly accurate for PG17
85
86
- // as if USE_OPENSSL == false && ENABLE_SSPI == false
+ // as if USE_OPENSSL == false
87
#[cfg(feature = "pg18")]
88
ssl: *mut core::ffi::c_void,
89
0 commit comments