Re: [HACKERS] Re: bit types - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Re: bit types
Date
Msg-id 200003011923.OAA13408@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Re: bit types  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
List pgsql-hackers
> > >     The bit-type that is in contrib is useless as it stands. Those are
> > > only C-routines to implement the functionality, and there are none of
> > > the SQL functions to actually make these usable. This really needs to be
> > > integrated with postgres proper. I don't know how to go about this and
> > > that is why I asked for help. I'm prepared to do whatever SQL function
> > > definitions are needed, do the regression tests etc. Would it be better
> > > to go back to the hackers mailing list to ask for help? Has this missed
> > > 7.0 now? If so, we'd better remove the bit-type from contrib.
> > 
> > I clearly dropped the ball on this one.  Don't think it can go into 7.0
> > because it would require catalog changes/initdb.  However, I would like
> 
> Hmm, I thought the hard and fast rule was no initdb _after_ release. Surely
> this sort of thing is what beta (especially beta1) is for?

No, we usually avoid initdb if at all possible during beta.  A new data
type is not enough reason for it.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] patch for plperl Makefile.PL
Next
From: "Ross J. Reedstrom"
Date:
Subject: SQL92 standard corrections