Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement - Mailing list pgsql-hackers

From Jim Jones
Subject Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Date
Msg-id dc878bd2-3341-49ce-bbd4-5a3d655e0d32@uni-muenster.de
Whole thread Raw
In response to Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] parallel pg_restore: move offset-building phase to before forking
Next
From: David Rowley
Date:
Subject: Re: Use CompactAttribute more often, when possible