Remove domain_default column since it has been remoevd from PG17

Relevant PG commit:
78806a9509
78806a95095c4fb9230a441925244690d9c07d23
pull/7765/head
naisila 2024-11-23 01:09:53 +03:00
parent d5f067a03f
commit 7928f5cc20
3 changed files with 0 additions and 3 deletions

View File

@ -201,7 +201,6 @@ FROM (
sample_6.info AS c1,
subq_0.c2 AS c2,
subq_0.c3 AS c3,
ref_3.domain_default AS c4,
sample_6.user_id AS c5,
ref_3.collation_name AS c6
FROM orders AS sample_6 TABLESAMPLE system (3.8)

View File

@ -201,7 +201,6 @@ FROM (
sample_6.info AS c1,
subq_0.c2 AS c2,
subq_0.c3 AS c3,
ref_3.domain_default AS c4,
sample_6.user_id AS c5,
ref_3.collation_name AS c6
FROM orders AS sample_6 TABLESAMPLE system (3.8)

View File

@ -184,7 +184,6 @@ FROM (
sample_6.info AS c1,
subq_0.c2 AS c2,
subq_0.c3 AS c3,
ref_3.domain_default AS c4,
sample_6.user_id AS c5,
ref_3.collation_name AS c6
FROM orders AS sample_6 TABLESAMPLE system (3.8)