Re: implemented missing bitSetBit() and bitGetBit()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: implemented missing bitSetBit() and bitGetBit()
Дата
Msg-id 200402042051.33509.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: implemented missing bitSetBit() and bitGetBit()  (Neil Conway <neilc@samurai.com>)
Ответы Re: implemented missing bitSetBit() and bitGetBit()  (David Helgason <david@uti.is>)
Re: implemented missing bitSetBit() and bitGetBit()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Neil Conway wrote:
> David Helgason <david@uti.is> 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 setbit could 
actually be handled by replace()?  That would be a more general 
solution (since it would handle more than one bit at a time).



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: implemented missing bitSetBit() and bitGetBit()
Следующее
От: Michael Brusser
Дата:
Сообщение: Question on database backup