Re: User timeouts for scheduling functions

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Steve Senior <ssenior45(at)googlemail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: User timeouts for scheduling functions
Date: 2025-06-10 20:58:37
Message-ID: CAKFQuwaM=knrpnzHLbPfPzXg-r8ByAHJJVMDLS3iNrYayTto7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tuesday, June 10, 2025, Steve Senior <ssenior45(at)googlemail(dot)com> wrote:

> I'm prototyping an extension in which I need to execute a C function
> repeatedly on a timer as part of a sql execution hook,
>

Isn’t this going to produce a long-running open transaction?

David J.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-06-10 21:00:55 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Previous Message Nathan Bossart 2025-06-10 20:33:01 Re: Improve tab completion for COPY