repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git]
/
contrib
/
btree_gist
/
expected
/
init.out
blob
c8082495456726b08c21d533bb600ec27c54ff4f
1
--
2
-- first, define the datatype. Turn off echoing so that expected file
3
-- does not depend on contents of btree_gist.sql.
4
--
5
SET client_min_messages = warning;
6
\set ECHO none
7
RESET client_min_messages;