BUG #12088: pg_upgrade 9.3 -> 9.4rc1 - implicit cast not ported - Mailing list pgsql-bugs

From ing.marco.colombo@gmail.com
Subject BUG #12088: pg_upgrade 9.3 -> 9.4rc1 - implicit cast not ported
Date
Msg-id 20141128082816.5720.15278@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #12088: pg_upgrade 9.3 -> 9.4rc1 - implicit cast not ported  (Bruce Momjian <bruce@momjian.us>)
Re: BUG #12088: pg_upgrade 9.3 -> 9.4rc1 - implicit cast not ported  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12088
Logged by:          Marco Colombo
Email address:      ing.marco.colombo@gmail.com
PostgreSQL version: 9.4beta2
Operating system:   Centos 7 64bit
Description:

Hi, we have defined some implicit cast in the schema. After pg_upgrade
process, these have been dropped and we had to create them again.

Cast are defined as:

create cast (varchar as numeric) with inout as implicit;

create cast (unknown as numeric) with inout as implicit;

create cast (unknown as text) with inout as implicit;

create cast (unknown as integer) with inout as implicit;

pgsql-bugs by date:

Previous
From: Tommaso Sala
Date:
Subject: Re: BUG #12053: Strange behavior for numeric types with unspecified precision-scale
Next
From: henrik-postgres@hswn.dk
Date:
Subject: BUG #12072: init script creates pid file with wrong owner