Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Oct 25, 2023
1 parent 465c6ce commit 02e125c
Showing 1 changed file with 31 additions and 17 deletions.
48 changes: 31 additions & 17 deletions e2e_test/batch/catalog/issue_10177.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 02e125c

Please sign in to comment.