Skip to content

Commit 5c0fc98

Browse files
impl BorrowDatum for TimeTz (pgcentralfoundation#2213)
It was overlooked.
1 parent 80c12d5 commit 5c0fc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgrx/src/datum/borrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ macro_rules! impl_borrow_fixed_len {
116116
impl_borrow_fixed_len! {
117117
i8, i16, i32, i64, bool, f32, f64,
118118
pg_sys::Oid, pg_sys::Point,
119-
Date, Time, Timestamp, TimestampWithTimeZone
119+
Date, Time, TimeWithTimeZone, Timestamp, TimestampWithTimeZone
120120
}
121121

122122
/// It is rare to pass CStr via Datums, but not unheard of

0 commit comments

Comments
 (0)