Skip to content

Commit 8476909

Browse files
authored
revert accidental commit
1 parent c4d629a commit 8476909

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/postgres/types.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -667,12 +667,6 @@ test_prepared_type!(interval<PgInterval>(
667667
},
668668
));
669669

670-
// Not supported before Postgres 17
671-
#[cfg(any(postgres = "17", postgres = "18"))]
672-
test_prepared_type!(interval_infinity<PgInterval>(
673-
Postgres,
674-
));
675-
676670
// Not supported before Postgres 17
677671
#[cfg(any(postgres = "17", postgres = "18"))]
678672
test_prepared_type!(interval_infinity<PgInterval>(

0 commit comments

Comments
 (0)