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:
@ -61,7 +61,7 @@ pub enum ConnStatusType {
|
|||||||
needed = C.CONNECTION_NEEDED // Internal state: connect() needed
|
needed = C.CONNECTION_NEEDED // Internal state: connect() needed
|
||||||
check_writable = C.CONNECTION_CHECK_WRITABLE // Check if we could make a writable connection.
|
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.
|
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]
|
[typedef]
|
||||||
|
Reference in New Issue
Block a user