func github.com/golang-migrate/migrate/v4/database/postgres.computeLineFromPos

2 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L197: 					line, col, lineColOK = computeLineFromPos(query, int(pos))
		postgres.go#L215: func computeLineFromPos(s string, pos int) (line uint, col uint, ok bool) {