Re: Additional message in pg_terminate_backend

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Roman Khapov <rkhapov(at)yandex-team(dot)ru>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Additional message in pg_terminate_backend
Date: 2025-12-17 16:02:29
Message-ID: CCCDDDB1-4E54-4A02-AE02-41B3CA497B8A@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 13 Dec 2025, at 08:44, Roman Khapov <rkhapov(at)yandex-team(dot)ru> wrote:

> Recently I started working on patch for adding additional message from admin
> in pg_terminate_backend for one of our greenplum fork.

Greenplum already has support for passing a message in the terminate command
doesnt it? Or at least it used to have but perhaps it was ripped out, my
memory is getting a bit fuzzy.

https://github.com/greenplum-db/gpdb-archive/commit/fa6c2d43d675aa05e2d9f797e3008f6fe075ee2c

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-12-17 16:10:01 Re: RFC: adding pytest as a supported test framework
Previous Message Tom Lane 2025-12-17 15:57:56 Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur