Skip to content

Commit aeb1de2

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 09f9ca2 commit aeb1de2

File tree

1 file changed

+1
-2
lines changed
  • rust/cubesql/cubesql/src/compile/engine/information_schema/postgres

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ struct PgCatalogCollationBuilder {
5252
}
5353

5454
impl PgCatalogCollationBuilder {
55-
fn new() -> Self {
56-
let capacity = 5;
55+
fn new(capacity: usize) -> Self {
5756
Self {
5857
oid: UInt32Builder::new(capacity),
5958
collname: StringBuilder::new(capacity),

0 commit comments

Comments
 (0)