We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d629a commit 8476909Copy full SHA for 8476909
1 file changed
tests/postgres/types.rs
@@ -667,12 +667,6 @@ test_prepared_type!(interval<PgInterval>(
667
},
668
));
669
670
-// Not supported before Postgres 17
671
-#[cfg(any(postgres = "17", postgres = "18"))]
672
-test_prepared_type!(interval_infinity<PgInterval>(
673
- Postgres,
674
-));
675
-
676
// Not supported before Postgres 17
677
#[cfg(any(postgres = "17", postgres = "18"))]
678
test_prepared_type!(interval_infinity<PgInterval>(
0 commit comments