func github.com/jackc/pgtype.parseHstore

2 uses

	github.com/jackc/pgtype (current package)
		hstore.go#L93: 	keys, values, err := parseHstore(string(src))
		hstore.go#L284: func parseHstore(s string) (k []string, v []Text, err error) {