Re: pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger

2020-11-06 Thread Michael Paquier
Hi Magnus, On Tue, Nov 03, 2020 at 09:22:40AM +, Magnus Hagander wrote: > Use the non-deprecated TG_TABLE_MAME in test trigger > > Commit 3a9ae3d2068 (back in 2006) deprecated TG_RELNAME > in favor of TG_TABLE_NAME, but the existing usage in test > cases has remained till today. Change to use

pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger

2020-11-03 Thread Magnus Hagander
Use the non-deprecated TG_TABLE_MAME in test trigger Commit 3a9ae3d2068 (back in 2006) deprecated TG_RELNAME in favor of TG_TABLE_NAME, but the existing usage in test cases has remained till today. Change to use TG_TABLE_NAME instead (TG_RELNAME is still covered by a test case). Branch -- mas