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

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L116: 	JSONPathArrayOID       = 4073
		pgtype_default.go#L154: 	defaultMap.RegisterType(&Type{Name: "_jsonpath", OID: JSONPathArrayOID, Codec: &ArrayCodec{ElementType: defaultMap.oidToType[JSONPathOID]}})