postgresql/src/backend/utils/adt
Tom Lane 737cdc2d14 Fix bogus return macros in range_overright_internal().
PG_RETURN_BOOL() should only be used in functions following the V1 SQL
function API.  This coding accidentally fails to fail since letting the
compiler coerce the Datum representation of bool back to plain bool
does give the right answer; but that doesn't make it a good idea.

Back-patch to older branches just to avoid unnecessary code divergence.
2014-08-16 13:48:39 -04:00
..
acl.c
array_selfuncs.c
array_typanalyze.c
array_userfuncs.c
arrayfuncs.c
arrayutils.c
ascii.c
bool.c
cash.c
char.c
date.c
datetime.c
datum.c
dbsize.c
domains.c
encode.c
enum.c
float.c
format_type.c
formatting.c
genfile.c
geo_ops.c
geo_selfuncs.c
inet_cidr_ntop.c
inet_net_pton.c
int8.c
int.c
json.c
jsonb_gin.c
jsonb_op.c
jsonb_util.c
jsonb.c
jsonfuncs.c
like_match.c
like.c
lockfuncs.c
mac.c
Makefile
misc.c
nabstime.c
name.c
network_gist.c
network_selfuncs.c
network.c
numeric.c
numutils.c
oid.c
oracle_compat.c
orderedsetaggs.c
pg_locale.c
pg_lsn.c
pg_lzcompress.c
pgstatfuncs.c
pseudotypes.c
quote.c
rangetypes_gist.c
rangetypes_selfuncs.c
rangetypes_spgist.c
rangetypes_typanalyze.c
rangetypes.c Fix bogus return macros in range_overright_internal(). 2014-08-16 13:48:39 -04:00
regexp.c
regproc.c
ri_triggers.c
rowtypes.c
ruleutils.c
selfuncs.c
tid.c
timestamp.c
trigfuncs.c
tsginidx.c
tsgistidx.c
tsquery_cleanup.c
tsquery_gist.c
tsquery_op.c
tsquery_rewrite.c
tsquery_util.c
tsquery.c
tsrank.c
tsvector_op.c
tsvector_parser.c
tsvector.c
txid.c
uuid.c
varbit.c
varchar.c
varlena.c
version.c
windowfuncs.c
xid.c
xml.c