Re: BUG #2917: spi_prepare doesn't accept typename aliases

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2917: spi_prepare doesn't accept typename aliases
Дата
Msg-id 5723.1169759659@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #2917: spi_prepare doesn't accept typename aliases  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: BUG #2917: spi_prepare doesn't accept typename aliases  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
>> I see that SQL level prepare calls regprocin() to resolve type names, 
>> so maybe we should that for the PLs when calling SPI_prepare as well. 
> Of course, that should be regtypein()

[ squint... ] build_regtype_array seems a rather stupid bit of code.
How many hundreds of cycles is it expending to convert an OID to an OID?
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: BUG #2917: spi_prepare doesn't accept typename aliases
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Implied Functional index use (redux)