Re: Allow non-superuser to cancel superuser tasks.

From: "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>
To: "Leung, Anthony" <antholeu(at)amazon(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Kirill Reshke <reshkekirill(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: Allow non-superuser to cancel superuser tasks.
Date: 2024-04-05 05:26:58
Message-ID: 534998A3-32E6-4F29-9A8C-53391B4EB284@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 5 Apr 2024, at 05:03, Leung, Anthony <antholeu(at)amazon(dot)com> wrote:
>
> Adding tap test for pg_signal_autovacuum using injection points as a separate patch. I also made a minor change on the original patch.

The test looks good, but:
1. remove references to passcheck :)
2. detach injection point when it's not needed anymore

Thanks!

Best regards, Andrey Borodin.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-04-05 05:39:05 Re: Allow non-superuser to cancel superuser tasks.
Previous Message shveta malik 2024-04-05 05:01:15 Re: promotion related handling in pg_sync_replication_slots()