Re: extension patch of CREATE OR REPLACE TRIGGER
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>
Cc: 'Michael Paquier' <michael@paquier.xyz>,
Thomas Munro <thomas.munro@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>,
Surafel Temesgen <surafel3000@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-03-24T15:08:01Z
Lists: pgsql-hackers
On 12/1/19 8:56 PM, osumi.takamichi@fujitsu.com wrote: > >> 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. This patch no longer applies: http://cfbot.cputube.org/patch_27_2307.log CF entry has been updated to Waiting on Author. > Also, I'm waiting for other kind of feedbacks from anyone. Hopefully a re-based patch will help with that. Regards, -- -David david@pgmasters.net
Commits
-
Provide the OR REPLACE option for CREATE TRIGGER.
- 92bf7e2d0274 14.0 landed