json_encoding.out.patch 571 B

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