]> granicus.if.org Git - postgresql/commit
Fix up several contrib modules that were using varlena datatypes in not-so-obvious
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Feb 2007 22:44:38 +0000 (22:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Feb 2007 22:44:38 +0000 (22:44 +0000)
commit9f652d430fbd1e757caaec9fe64d3e94c8693158
tree9215d2131d85e73caeb96fe23ba442c17b8d4575
parentd1ce4f7396aac34233e075d0342ac704593799ce
Fix up several contrib modules that were using varlena datatypes in not-so-obvious
ways.  I'm not totally sure that I caught everything, but at least now they pass
their regression tests with VARSIZE/SET_VARSIZE defined to reverse byte order.
24 files changed:
contrib/hstore/hstore.h
contrib/hstore/hstore_gist.c
contrib/hstore/hstore_io.c
contrib/hstore/hstore_op.c
contrib/intarray/_int.h
contrib/intarray/_int_bool.c
contrib/intarray/_intbig_gist.c
contrib/ltree/_ltree_gist.c
contrib/ltree/_ltree_op.c
contrib/ltree/ltree.h
contrib/ltree/ltree_gist.c
contrib/ltree/ltree_io.c
contrib/ltree/ltree_op.c
contrib/ltree/ltxtquery_io.c
contrib/pg_trgm/trgm.h
contrib/pg_trgm/trgm_gist.c
contrib/pg_trgm/trgm_op.c
contrib/tsearch2/gistidx.c
contrib/tsearch2/gistidx.h
contrib/tsearch2/query.c
contrib/tsearch2/query.h
contrib/tsearch2/query_rewrite.c
contrib/tsearch2/query_support.c
contrib/tsearch2/query_util.c