| От | Joe Conway |
|---|---|
| Тема | Re: anonymous composite types for Table Functions (aka |
| Дата | |
| Msg-id | 3D4DFCCA.6040907@joeconway.com обсуждение исходный текст |
| Ответ на | Re: anonymous composite types for Table Functions (aka SRFs) (Bruce Momjian <pgman@candle.pha.pa.us>) |
| Ответы |
Re: anonymous composite types for Table Functions (aka SRFs)
|
| Список | pgsql-patches |
Tom Lane wrote: > Hm. I'd sort of expect the "z" to become both the table and column > alias in this case. What do you think? I guess that would make sense. I'll make a separate patch just for that change if that's OK. > Other examples look good. Code style comment: > > >>+ if (functyptype != 'p' || (functyptype == 'p' && funcrettype != RECORDOID)) > > > This test seems redundant, why not > > if (functyptype != 'p' || funcrettype != RECORDOID) > You're correct, of course. But I started out with a much more convoluted test than that, so at least this was an improvement ;-) Joe
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера