const github.com/jackc/pgx/v5/pgtype.PathOID

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L35: 	PathOID                = 602
		pgtype_default.go#L78: 	defaultMap.RegisterType(&Type{Name: "path", OID: PathOID, Codec: PathCodec{}})
		pgtype_default.go#L162: 	defaultMap.RegisterType(&Type{Name: "_path", OID: PathArrayOID, Codec: &ArrayCodec{ElementType: defaultMap.oidToType[PathOID]}})