Re: "ALTER TRIGGER .. RENAME TO" broken with the "Remove WITH OIDS" commit.

2019-01-21 Thread Andres Freund
Hi, On 2019-01-21 17:02:15 +0530, Rushabh Lathia wrote: > Hi, > > I found that ALTER TRIGGER .. RENAME TO is broken and it's > unable to rename the trigger. Looking further seems renametrig() > function, copy the new trigger name into wrong tuple. This is > broken with below commit: > > commit

"ALTER TRIGGER .. RENAME TO" broken with the "Remove WITH OIDS" commit.

2019-01-21 Thread Rushabh Lathia
Hi, I found that ALTER TRIGGER .. RENAME TO is broken and it's unable to rename the trigger. Looking further seems renametrig() function, copy the new trigger name into wrong tuple. This is broken with below commit: commit 578b229718e8f15fa779e20f086c4b6bb3776106 Author: Andres Freund Date: