[HACKERS] What is the point of setrefs.c's is_converted_whole_row_reference?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [HACKERS] What is the point of setrefs.c's is_converted_whole_row_reference?
Дата
Msg-id 4592.1508439365@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] What is the point of setrefs.c's is_converted_whole_row_reference?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
AFAICS, setrefs.c's special treatment of "converted whole row references"
is completely pointless.  Why aren't they just treated by the regular
"non var" code paths, thus saving code space and cycles?
        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Eric Radman
Дата:
Сообщение: Re: [HACKERS] [PATCH] Add recovery_min_apply_delay_reconnectrecovery option
Следующее
От: Nico Williams
Дата:
Сообщение: Re: [HACKERS] [PATCH] Add ALWAYS DEFERRED option for constraints