Fix json test versioning for postgresql 10.9 bugfix (#1340)

This removes the test for buggy behaviour, it seems not useful
anymore.
This commit is contained in:
Robert
2019-07-05 12:54:44 -05:00
committed by Steve Chávez
parent 25dedd1098
commit 64dc6ab9ac
2 changed files with 11 additions and 16 deletions
+6
View File
@@ -426,6 +426,12 @@ pgVersion96 = PgVersion 90600 "9.6"
pgVersion100 :: PgVersion
pgVersion100 = PgVersion 100000 "10"
pgVersion109 :: PgVersion
pgVersion109 = PgVersion 100009 "10.9"
pgVersion110 :: PgVersion
pgVersion110 = PgVersion 110000 "11.0"
pgVersion112 :: PgVersion
pgVersion112 = PgVersion 110002 "11.2"