bump lib/pq

This commit is contained in:
Alex Suraci
2018-11-16 19:49:39 +00:00
committed by Stephan Renatus
parent d91f9fbc51
commit badbc8c738
18 changed files with 1162 additions and 364 deletions

9
vendor/github.com/lib/pq/ssl_windows.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
// +build windows
package pq
// sslKeyPermissions checks the permissions on user-supplied ssl key files.
// The key file should have very little access.
//
// libpq does not check key file permissions on Windows.
func sslKeyPermissions(string) error { return nil }