Re: dropdb --force

From: Andres Freund <andres(at)anarazel(dot)de>
To: Filip Rembiałkowski <filip(dot)rembialkowski(at)gmail(dot)com>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Marti Raudsepp <marti(at)juffo(dot)org>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: dropdb --force
Date: 2019-03-31 02:24:51
Message-ID: 20190331022451.2epduutn7bdhx6yk@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2019-03-10 11:20:42 +0100, Filip Rembiałkowski wrote:
> bool
> -CountOtherDBBackends(Oid databaseId, int *nbackends, int *nprepared)
> +CountOtherDBBackends(Oid databaseId, int *nbackends, int *nprepared, bool force_terminate)
> {

That doesn't seem like a decent API to me.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Imai Yoshikazu 2019-03-31 02:45:54 Re: speeding up planning with partitions
Previous Message Ryan Lambert 2019-03-31 02:21:18 Re: dropdb --force