Improve nbtree unsatisfiable RowCompare detection.
[pgsql.git] / src / test / regress / expected / jsonpath_encoding_2.out
blobbb71bfe72c4738f8f88c3c16843f8e3392ea52fd
1 --
2 -- encoding-sensitive tests for jsonpath
3 --
4 -- We provide expected-results files for UTF8 (jsonpath_encoding.out)
5 -- and for SQL_ASCII (jsonpath_encoding_1.out).  Skip otherwise.
6 SELECT getdatabaseencoding() NOT IN ('UTF8', 'SQL_ASCII')
7        AS skip_test \gset
8 \if :skip_test
9 \quit