Re: [HACKERS] help needed with CREATE CONVERSION

2002-07-13 Thread Alvaro Herrera
Tom Lane dijo: > Tatsuo Ishii <[EMAIL PROTECTED]> writes: > > I encountered a problem while implementing new CREATE > > CONVERSION. Since converion procs are dynamically invoked while doing > > an encoding conversion, it might fail for some reasons: > > > (2) buggy conversion proc is defined by

Re: [HACKERS] help needed with CREATE CONVERSION

2002-07-13 Thread Tom Lane
Tatsuo Ishii <[EMAIL PROTECTED]> writes: > I encountered a problem while implementing new CREATE > CONVERSION. Since converion procs are dynamically invoked while doing > an encoding conversion, it might fail for some reasons: > (1) stale pg_conversion entry. If someone re-register that proc, the

[HACKERS] help needed with CREATE CONVERSION

2002-07-12 Thread Tatsuo Ishii
I encountered a problem while implementing new CREATE CONVERSION. Since converion procs are dynamically invoked while doing an encoding conversion, it might fail for some reasons: (1) stale pg_conversion entry. If someone re-register that proc, the oid might be changed and the reference from