Re: bytea bitwise logical operations implementation (xor / and / or /not)
В списке pgsql-hackers по дате отправления:
| От | Christian Rossow |
|---|---|
| Тема | Re: bytea bitwise logical operations implementation (xor / and / or /not) |
| Дата | |
| Msg-id | 8a4fd89a-ffe1-2e03-5313-78a582224c66@gmail.com обсуждение |
| Ответ на | Re: bytea bitwise logical operations implementation (xor / and / or/ not) (Fabien COELHO <coelho@cri.ensmp.fr>) |
| Ответы |
Re: bytea bitwise logical operations implementation (xor / and / or / not)
|
| Список | pgsql-hackers |
Hi Fabien, > I think that the probability of getting these useful things into pg is > alas small. In the mean time, you may package and register it as an > extension? I aimed to close the asymmetry between bit vector operations (they also offer xor/and/etc.) and bytea operations. My code is more or less a 1:1 copy of the corresponding bit vector operations (in fact, just a tiny bit easier, since bytea is byte-aligned, wheres bit vectors aren't). I just wanted to dump the code here, given that Tom suggested (in 2006) such an implementation might be a useful addition to bytea. But I won't feel offended in any way if the code won't be merged. Cheers, Christian
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера