Update json rpc argument tests for bugfix in PostgreSQL 11.4

See https://www.postgresql.org/docs/release/11.4/.
This commit is contained in:
Robert Vollmert
2019-06-28 11:45:27 -05:00
committed by Steve Chávez
parent 296a12e394
commit 4cc91fd5b1
2 changed files with 13 additions and 14 deletions
+3
View File
@@ -429,6 +429,9 @@ pgVersion100 = PgVersion 100000 "10"
pgVersion112 :: PgVersion
pgVersion112 = PgVersion 110002 "11.2"
pgVersion114 :: PgVersion
pgVersion114 = PgVersion 110004 "11.4"
sourceCTEName :: SqlFragment
sourceCTEName = "pg_source"