mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pg: comment out C.CONNECTION_GSS_STARTUP, which is not available on Debian 10 (PG 11)
This commit is contained in:
parent
8e3a90ae79
commit
3b683f11e0
@ -61,7 +61,7 @@ pub enum ConnStatusType {
|
||||
needed = C.CONNECTION_NEEDED // Internal state: connect() needed
|
||||
check_writable = C.CONNECTION_CHECK_WRITABLE // Check if we could make a writable connection.
|
||||
consume = C.CONNECTION_CONSUME // Wait for any pending message and consume them.
|
||||
gss_startup = C.CONNECTION_GSS_STARTUP // Negotiating GSSAPI.
|
||||
// gss_startup = C.CONNECTION_GSS_STARTUP // Negotiating GSSAPI; available since PG 12
|
||||
}
|
||||
|
||||
[typedef]
|
||||
|
Loading…
Reference in New Issue
Block a user