mirror of https://github.com/citusdata/citus.git
Remove domain_default column since it has been remoevd from PG17
Relevant PG commit:
78806a9509
78806a95095c4fb9230a441925244690d9c07d23
pull/7765/head
parent
d5f067a03f
commit
7928f5cc20
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue