Re: Bug in pg_dump 7.4 - Mailing list pgsql-hackers

From Bruno Wolff III
Subject Re: Bug in pg_dump 7.4
Date
Msg-id 20040506164100.GA15358@wolff.to
Whole thread Raw
In response to Re: Bug in pg_dump 7.4  (Rod Taylor <pg@rbt.ca>)
List pgsql-hackers
On Thu, May 06, 2004 at 10:17:31 -0400, Rod Taylor <pg@rbt.ca> wrote:
> > CREATE DOMAIN doc_ident AS bigint NOT NULL DEFAULT  
> > nextval('doc.seq_doc_id'::text)
> >     CONSTRAINT cnst_chk_doc_id CHECK ( fn_chk_doc_id(VALUE) ) ;
> > 
> > I did not notice any similar error report on the list, so I believe that this 
> > is not fixed yet ?
> 
> It comes out right for me in 7.4.2.

What type is fn_chk_doc_id? There was a bug like this for boolean variables
in the 7.4 beta. Maybe there is a similar bug for boolean functions?
Just to be sure, this is happening in a released version of 7.4, not a beta
version, correct?


pgsql-hackers by date:

Previous
From: sdv mailer
Date:
Subject: Re: PostgreSQL pre-fork speedup
Next
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL pre-fork speedup