Re: Generalizing SortSupport for text to work with char(n), bytea, and alternative opclasses
В списке pgsql-hackers по дате отправления:
| От | Alvaro Herrera |
|---|---|
| Тема | Re: Generalizing SortSupport for text to work with char(n), bytea, and alternative opclasses |
| Дата | |
| Msg-id | 20160107154151.GA425701@alvherre.pgsql обсуждение исходный текст |
| Ответ на | Generalizing SortSupport for text to work with char(n), bytea, and alternative opclasses (Peter Geoghegan <pg@heroku.com>) |
| Ответы |
Re: Generalizing SortSupport for text to work with char(n),
bytea, and alternative opclasses
|
| Список | pgsql-hackers |
Peter Geoghegan wrote: > We lack SortSupport for many character-like-type cases. In full, the > cases within the core system are: You're stealthily introducing a new abstraction called "string", including a typedef and DatumGetString support macros. Is that really necessary? Shouldn't it be discussed specifically? I don't necessarily oppose it as is, mainly because it's limited to within varlena.c for now, but I'm not sure it'd okay to make it more public. Also, there's a lot of churn in this patch to just remove tss to sss. Can't we just keep the original variable name? -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера