Re: Getting rid of SQLValueFunction

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Getting rid of SQLValueFunction
Дата
Msg-id Y1Itq9j1xCKaSd4Y@paquier.xyz
обсуждение исходный текст
Ответ на Re: Getting rid of SQLValueFunction  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Getting rid of SQLValueFunction
Список pgsql-hackers
On Fri, Oct 21, 2022 at 12:34:23PM +0900, Michael Paquier wrote:
> A sticky point is that this would need the creation of a pg_proc entry
> for "user" which is a generic word, or a shortcut around
> FigureColnameInternal().  The code gain overall still looks appealing
> in the executor, even if we do all that and the resulting backend code
> gets kind of nicer and easier to maintain long-term IMO.

I have looked at that, and the attribute mapping remains compatible
with past versions once the appropriate pg_proc entries are added.
The updated patch set attached does that (with a user() function as
well to keep the code a maximum simple), with more tests to cover the
attribute case mentioned upthread.
--
Michael

Вложения

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: thinko in basic_archive.c
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639)