Prefer TG_TABLE_NAME over TG_RELNAME in tests

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Prefer TG_TABLE_NAME over TG_RELNAME in tests
Date: 2020-09-23 10:07:14
Message-ID: 126B88F8-7D01-4EEF-9306-D09F5A8132DC@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
tg_relname.patch application/octet-stream 2.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2020-09-23 11:50:20 Parallel Inserts in CREATE TABLE AS
Previous Message Amit Langote 2020-09-23 09:11:24 Re: Report error position in partition bound check