diff --git a/e2e_test/batch/catalog/issue_10177.slt.part b/e2e_test/batch/catalog/issue_10177.slt.part index 771d304d7a058..bafa8cb43e409 100644 --- a/e2e_test/batch/catalog/issue_10177.slt.part +++ b/e2e_test/batch/catalog/issue_10177.slt.part @@ -43,20 +43,34 @@ ORDER BY CASE WHEN typtype = 'd' AND elemtyptype = 'a' THEN 6 -- Domains over arrays last END; ---- -pg_catalog 1043 varchar b f NULL -pg_catalog 1082 date b f NULL -pg_catalog 1083 time b f NULL -pg_catalog 1114 timestamp b f NULL -pg_catalog 1184 timestamptz b f NULL -pg_catalog 1186 interval b f NULL -pg_catalog 1301 rw_int256 b f NULL -pg_catalog 16 bool b f NULL -pg_catalog 17 bytea b f NULL -pg_catalog 1700 numeric b f NULL -pg_catalog 20 int8 b f NULL -pg_catalog 21 int2 b f NULL -pg_catalog 23 int4 b f NULL -pg_catalog 25 text b f NULL -pg_catalog 3802 jsonb b f NULL -pg_catalog 700 float4 b f NULL -pg_catalog 701 float8 b f NULL +pg_catalog 1000 _bool b f NULL +pg_catalog 1001 _bytea b f NULL +pg_catalog 1005 _int2 b f NULL +pg_catalog 1015 _varchar b f NULL +pg_catalog 1016 _int8 b f NULL +pg_catalog 1021 _float4 b f NULL +pg_catalog 1022 _float8 b f NULL +pg_catalog 1043 varchar b f NULL +pg_catalog 1082 date b f NULL +pg_catalog 1083 time b f NULL +pg_catalog 1114 timestamp b f NULL +pg_catalog 1115 _timestamp b f NULL +pg_catalog 1182 _date b f NULL +pg_catalog 1183 _time b f NULL +pg_catalog 1184 timestamptz b f NULL +pg_catalog 1185 _timestamptz b f NULL +pg_catalog 1186 interval b f NULL +pg_catalog 1187 _interval b f NULL +pg_catalog 1231 _numeric b f NULL +pg_catalog 1301 rw_int256 b f NULL +pg_catalog 16 bool b f NULL +pg_catalog 17 bytea b f NULL +pg_catalog 1700 numeric b f NULL +pg_catalog 20 int8 b f NULL +pg_catalog 21 int2 b f NULL +pg_catalog 23 int4 b f NULL +pg_catalog 25 text b f NULL +pg_catalog 3802 jsonb b f NULL +pg_catalog 3807 _jsonb b f NULL +pg_catalog 700 float4 b f NULL +pg_catalog 701 float8 b f NULL \ No newline at end of file