github.com/golang-migrate/migrate/v4/database/postgres.Postgres.Unlock (method)

2 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L164: func (p *Postgres) Unlock() error {
		postgres.go#L348: 		if e := p.Unlock(); e != nil {