Re: Fix pg_ctl restart bug - Mailing list pgsql-patches

From Tom Lane
Subject Re: Fix pg_ctl restart bug
Date
Msg-id 21199.1214514936@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix pg_ctl restart bug  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Fix pg_ctl restart bug
List pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> Alvaro Herrera wrote:
>> I've always assumed that I'm supposed to backpatch the bugs I fix in
>> HEAD, however far is reasonable.

> I thought we only backatched major bugs to prevent possible instability
> when fixing minor bugs.

Actually, Bruce, this *is* a minor bug; if it were major we'd have heard
about it from the field.

My take on it is that "pg_ctl restart" must be practically unused.
Given that we now know it's completely broken, the only way that
patching it could make the situation worse would be if the patch
affected some other code path that people actually do use.  As
long as you're sure it doesn't do that, I see no downside to an
attempted fix, even if it fails.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Fix pg_ctl restart bug
Next
From: Bruce Momjian
Date:
Subject: Re: [Fwd: Re: [HACKERS] pg_dump additional options for performance]