repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve nbtree unsatisfiable RowCompare detection.
[pgsql.git]
/
src
/
test
/
regress
/
expected
/
jsonpath_encoding_2.out
blob
bb71bfe72c4738f8f88c3c16843f8e3392ea52fd
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