Prefer TG_TABLE_NAME over TG_RELNAME in tests

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Prefer TG_TABLE_NAME over TG_RELNAME in tests
Дата
Msg-id 126B88F8-7D01-4EEF-9306-D09F5A8132DC@yesql.se
обсуждение исходный текст
Ответы Re: Prefer TG_TABLE_NAME over TG_RELNAME in tests
Список pgsql-hackers
TG_RELNAME was marked deprecated in commit 3a9ae3d2068 some 14 years ago, but
we still use it in the triggers test suite (test added in 59b4cef1eb74a a year
before deprecation).  Seems about time to move over to TG_TABLE_NAME ourselves,
as TG_RELNAME is still covered by the test added in the deprecation commit.

cheers ./daniel


Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Report error position in partition bound check
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Parallel Inserts in CREATE TABLE AS