Re: [HACKERS] implemented missing bitSetBit() and bitGetBit()

2004-05-30 Thread Bruce Momjian
Peter Eisentraut wrote: > Neil Conway wrote: > > David Helgason <[EMAIL PROTECTED]> writes: > > > I needed these, so I went and implemented them myself. > > > > I didn't see any followup to this: do we want to include this in the > > main tree, contrib/, or not at all? > > getbit sounds a lot like

Re: [HACKERS] implemented missing bitSetBit() and bitGetBit()

2004-02-04 Thread David Helgason
On 4. feb 2004, at 20:51, Peter Eisentraut wrote: Neil Conway wrote: David Helgason <[EMAIL PROTECTED]> writes: I needed these, so I went and implemented them myself. I didn't see any followup to this: do we want to include this in the main tree, contrib/, or not at all? getbit sounds a lot like wh

Re: [HACKERS] implemented missing bitSetBit() and bitGetBit()

2004-02-04 Thread Peter Eisentraut
Neil Conway wrote: > David Helgason <[EMAIL PROTECTED]> writes: > > I needed these, so I went and implemented them myself. > > I didn't see any followup to this: do we want to include this in the > main tree, contrib/, or not at all? getbit sounds a lot like what substring() does. So perhaps setb

Re: [HACKERS] implemented missing bitSetBit() and bitGetBit()

2004-02-04 Thread Dann Corbit
CKERS] implemented missing bitSetBit() and bitGetBit() > > > David Helgason <[EMAIL PROTECTED]> writes: > > I needed these, so I went and implemented them myself. > > I didn't see any followup to this: do we want to include this > in the main tree, contrib/,

Re: [HACKERS] implemented missing bitSetBit() and bitGetBit()

2004-02-04 Thread Neil Conway
David Helgason <[EMAIL PROTECTED]> writes: > I needed these, so I went and implemented them myself. I didn't see any followup to this: do we want to include this in the main tree, contrib/, or not at all? -Neil (who has no opinion on the matter, but just wants to make sure this doesn't fall throu

[HACKERS] implemented missing bitSetBit() and bitGetBit()

2004-01-22 Thread David Helgason
I needed these, so I went and implemented them myself. I have to admit I'm not so wise on PostgreSQL backend stuff, and so I abstained from editing the fmgrtab.c and postgres.bki. Sorry for that, but it just seemed too complicated. Perhaps there should really be a script to do this? I could ima