remove unnecessary table_open/close from makeArrayTypeName

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема remove unnecessary table_open/close from makeArrayTypeName
Дата
Msg-id 20191218221326.GA25537@alvherre.pgsql
обсуждение исходный текст
Ответы Re: remove unnecessary table_open/close from makeArrayTypeName  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Commit bc8036fc666a (12 years ago) seems to have introduced an
unnecessary catalog heap_open/close in order to do syscache accesses.
I presume a preliminary version of the patch used sysscans or something.
I don't think that's necessary, so this patch removes it.

(I noticed while reading Paul Jungwirth's patch that changes how this
works.)

-- 
Álvaro Herrera                         Developer, https://www.PostgreSQL.org/

Вложения

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

Предыдущее
От: Mark Dilger
Дата:
Сообщение: Read Uncommitted regression test coverage
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Read Uncommitted regression test coverage