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

2 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L143: func (p *Postgres) Lock() error {
		postgres.go#L343: 	if err = p.Lock(); err != nil {