Skip to content

Commit e66cbc1

Browse files
committed
Require pgsql 14+ for compression pglz column option
1 parent 829b990 commit e66cbc1

File tree

1 file changed

+1
-1
lines changed
  • hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/options

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/options/OptionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
@Jpa(annotatedClasses = OptionsTest.WithOptions.class,
2121
useCollectingStatementInspector = true)
22-
@RequiresDialect(PostgreSQLDialect.class)
22+
@RequiresDialect(value = PostgreSQLDialect.class, majorVersion = 14)
2323
public class OptionsTest {
2424
@Test void test(EntityManagerFactoryScope scope) throws SchemaValidationException {
2525
SchemaManager schemaManager = scope.getEntityManagerFactory().getSchemaManager();

0 commit comments

Comments
 (0)