mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
Update PostgreSQL driver library
This commit is contained in:
parent
f3df43efe0
commit
c538fc9eb1
31 changed files with 7381 additions and 162 deletions
14
vendor/github.com/lib/pq/ssl_go1.7.go
generated
vendored
14
vendor/github.com/lib/pq/ssl_go1.7.go
generated
vendored
|
@ -1,14 +0,0 @@
|
|||
// +build go1.7
|
||||
|
||||
package pq
|
||||
|
||||
import "crypto/tls"
|
||||
|
||||
// Accept renegotiation requests initiated by the backend.
|
||||
//
|
||||
// Renegotiation was deprecated then removed from PostgreSQL 9.5, but
|
||||
// the default configuration of older versions has it enabled. Redshift
|
||||
// also initiates renegotiations and cannot be reconfigured.
|
||||
func sslRenegotiation(conf *tls.Config) {
|
||||
conf.Renegotiation = tls.RenegotiateFreelyAsClient
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue