Skip to content

Commit 4385136

Browse files
committed
feat: make record arrays work with rust-postgres-array
1 parent 5c16d43 commit 4385136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-types/src/type_gen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ impl Inner {
700700
Inner::LanguageHandler => &Kind::Pseudo,
701701
Inner::Internal => &Kind::Pseudo,
702702
Inner::Anyelement => &Kind::Pseudo,
703-
Inner::RecordArray => &Kind::Pseudo,
703+
Inner::RecordArray => &Kind::Array(Type(Inner::Record)),
704704
Inner::Anynonarray => &Kind::Pseudo,
705705
Inner::TxidSnapshotArray => &Kind::Array(Type(Inner::TxidSnapshot)),
706706
Inner::Uuid => &Kind::Simple,

0 commit comments

Comments
 (0)