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
- CREATE_OR_REPLACE_TRIGGER_v05.patch (application/octet-stream) patch v5
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
-
Provide the OR REPLACE option for CREATE TRIGGER.
- 92bf7e2d0274 14.0 landed