type github.com/jackc/pgconn.connLockError
6 uses
github.com/jackc/pgconn (current package)
errors.go#L83: type connLockError struct {
errors.go#L87: func (e *connLockError) SafeToRetry() bool {
errors.go#L91: func (e *connLockError) Error() string {
pgconn.go#L628: return &connLockError{status: "conn busy"} // This only should be possible in case of an application bug.
pgconn.go#L630: return &connLockError{status: "conn closed"}
pgconn.go#L632: return &connLockError{status: "conn uninitialized"}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |