Skip to content

Commit afca8af

Browse files
Update rust/cubesql/cubesql/src/compile/engine/information_schema/postgres/pg_collation.rs
Co-authored-by: Alex Qyoun-ae <[email protected]>
1 parent 02eb15a commit afca8af

File tree

1 file changed

+0
-3
lines changed
  • rust/cubesql/cubesql/src/compile/engine/information_schema/postgres

1 file changed

+0
-3
lines changed

rust/cubesql/cubesql/src/compile/engine/information_schema/postgres/pg_collation.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ struct PgCollation {
2727
collcollate: Option<String>,
2828
collctype: Option<String>,
2929
// Column `colliculocale` renamed to `colllocale` since PostgreSQL 17.
30-
// Support both columns for backward-compatibility.
31-
// Reference: https://pgpedia.info/p/pg_collation.html
32-
colliculocale: Option<String>,
3330
colllocale: Option<String>,
3431
collicurules: Option<String>,
3532
collversion: Option<String>,

0 commit comments

Comments
 (0)