postgresql/contrib/btree_gist/expected
Tom Lane 542320c2bd Be more careful about printing constants in ruleutils.c.
The previous coding in get_const_expr() tried to avoid quoting integer,
float, and numeric literals if at all possible.  While that looks nice,
it means that dumped expressions might re-parse to something that's
semantically equivalent but not the exact same parsetree; for example
a FLOAT8 constant would re-parse as a NUMERIC constant with a cast to
FLOAT8.  Though the result would be the same after constant-folding,
this is problematic in certain contexts.  In particular, Jeff Davis
pointed out that this could cause unexpected failures in ALTER INHERIT
operations because of child tables having not-exactly-equivalent CHECK
expressions.  Therefore, favor correctness over legibility and dump
such constants in quotes except in the limited cases where they'll
be interpreted as the same type even without any casting.

This results in assorted small changes in the regression test outputs,
and will affect display of user-defined views and rules similarly.
The odds of that causing problems in the field seem non-negligible;
given the lack of previous complaints, it seems best not to change
this in the back branches.
2015-03-30 14:59:49 -04:00
..
bit.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
bytea.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
cash.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
char.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
char_1.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
cidr.out New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 2004-05-28 10:43:32 +00:00
date.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
float4.out Be more careful about printing constants in ruleutils.c. 2015-03-30 14:59:49 -04:00
float8.out Be more careful about printing constants in ruleutils.c. 2015-03-30 14:59:49 -04:00
inet.out New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 2004-05-28 10:43:32 +00:00
init.out Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
int2.out Be more careful about printing constants in ruleutils.c. 2015-03-30 14:59:49 -04:00
int4.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
int8.out Be more careful about printing constants in ruleutils.c. 2015-03-30 14:59:49 -04:00
interval.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
macaddr.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
not_equal.out Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
numeric.out Be more careful about printing constants in ruleutils.c. 2015-03-30 14:59:49 -04:00
oid.out New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 2004-05-28 10:43:32 +00:00
text.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
text_1.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
time.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
timestamp.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
timestamptz.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
timetz.out New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 2004-05-28 10:43:32 +00:00
varbit.out Add index-only scan support to btree_gist. 2015-03-27 23:35:16 +02:00
varchar.out Fixes from Janko Richter <jankorichter@yahoo.de> 2005-07-01 13:44:56 +00:00
varchar_1.out Add alternative expected output files for cs_CZ locale for btree_gist and 2009-05-08 14:48:06 +00:00