json_encoding.sql.patch 542 B

1234567891011121314151617
  1. --- json_encoding.sql (645054971474b440c91194f741c40b6d7be0b93d)
  2. +++ json_encoding.sql (8a1083b9b852a7dbb540208bd92787ee92f311f7)
  3. @@ -2,14 +2,6 @@
  4. -- encoding-sensitive tests for json and jsonb
  5. --
  6. --- We provide expected-results files for UTF8 (json_encoding.out)
  7. --- and for SQL_ASCII (json_encoding_1.out). Skip otherwise.
  8. -SELECT getdatabaseencoding() NOT IN ('UTF8', 'SQL_ASCII')
  9. - AS skip_test \gset
  10. -\if :skip_test
  11. -\quit
  12. -\endif
  13. -
  14. SELECT getdatabaseencoding(); -- just to label the results files
  15. -- first json