pgsql: Fix IsBinaryCoercible to not confuse a cast using in/out

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix IsBinaryCoercible to not confuse a cast using in/out
Date: 2010-03-04 09:40:01
Message-ID: 20100304094001.7BEBA7541D1@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix IsBinaryCoercible to not confuse a cast using in/out functions
with binary compatibility.

Backpatch to 8.4 where INOUT casts were introduced.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/parser:
parse_coerce.c (r2.177 -> r2.177.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_coerce.c?r1=2.177&r2=2.177.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-03-04 09:46:00 pgstatsinfo - pg_statsinfo: Add manual snapshot with
Previous Message Heikki Linnakangas 2010-03-04 09:39:53 pgsql: Fix IsBinaryCoercible to not confuse a cast using in/out