Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Jim Jones <jim.jones@uni-muenster.de>
From: Jim Jones <jim.jones@uni-muenster.de>
To: Tom Lane <tgl@sss.pgh.pa.us>, Philip Alger <paalger0@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, Cary Huang <cary.huang@highgo.ca>,
jian he <jian.universality@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-21T22:18:25Z
Lists: pgsql-hackers
On 21/10/2025 18:01, Tom Lane wrote: > Philip Alger <paalger0@gmail.com> writes: >> I attached v7 but it looks like that one of the CI tests failed, but I >> reran though my Github branch and they all passed. The error had nothing to >> do with the patch though. Wondering if I need to resubmit a v8 to kick it >> off again? Thoughts? > Just ignore it if you're pretty sure the error is unrelated. The > cfbot cycles through all open patches and will re-run CI for yours > in a day or three (not sure of the exact cycle time right now). > If the same error persists then you'd better look closer. The error is most likely unrelated to your patch. Just wait for the cfbot to run again, which will happen in a day or two. Best, Jim