RE: extension patch of CREATE OR REPLACE TRIGGER

Takamichi Osumi (Fujitsu) <osumi.takamichi@fujitsu.com>

From: "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>
To: 'Michael Paquier' <michael@paquier.xyz>, Thomas Munro <thomas.munro@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Surafel Temesgen <surafel3000@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-12-02T01:56:49Z
Lists: pgsql-hackers

Attachments

Dear Michael san

> The latest patch includes calls to heap_open(), causing its compilation to fail.
> Could you please send a rebased version of the patch?  I have moved the entry to
> next CF, waiting on author.
Thanks. I've fixed where you pointed out. 
Also, I'm waiting for other kind of feedbacks from anyone.

Regards,
	Osumi Takamichi

Commits

  1. Provide the OR REPLACE option for CREATE TRIGGER.