Re: stand-alone composite types patch (was [HACKERS] Proposal:
В списке pgsql-patches по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: stand-alone composite types patch (was [HACKERS] Proposal: |
| Дата | |
| Msg-id | 19194.1029382235@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: stand-alone composite types patch (was [HACKERS] Proposal: (Bruce Momjian <pgman@candle.pha.pa.us>) |
| Список | pgsql-patches |
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> [ this doesn't apply: ]
> /*
> * We create the disk file for this relation here
> */
> ! if (relkind != RELKIND_VIEW)
> heap_storage_create(new_rel_desc);
> /*
> --- 764,770 ----
> /*
> * We create the disk file for this relation here
> */
> ! if (relkind != RELKIND_VIEW && relkind != RELKIND_COMPOSITE_TYPE)
> heap_storage_create(new_rel_desc);
> /*
There's no longer a separate call to heap_storage_create in that routine
--- the right place to make the test is now in the storage_create
boolean parameter being passed to heap_create. A simple change, but
it passeth patch's understanding ...
regards, tom lane
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера