Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Philip Alger <paalger0(at)gmail(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Cary Huang <cary(dot)huang(at)highgo(dot)ca>, jian he <jian(dot)universality(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Date: 2025-10-21 22:18:25
Message-ID: dc878bd2-3341-49ce-bbd4-5a3d655e0d32@uni-muenster.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21/10/2025 18:01, Tom Lane wrote:
> Philip Alger <paalger0(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-10-21 22:38:41 Re: Use CompactAttribute more often, when possible
Previous Message Tom Lane 2025-10-21 21:58:25 Re: [PATCH] parallel pg_restore: move offset-building phase to before forking