Re: BUG #18428: Connection broken but DB service still alive.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: harry(at)linktech(dot)com(dot)tw
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18428: Connection broken but DB service still alive.
Date: 2024-04-12 13:38:21
Message-ID: 425283.1712929101@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> 2024-04-06 13:54:53.868 CST [4840] LOG: received fast shutdown request

Something is sending your postmaster a shutdown signal (SIGINT).
You need to figure out how that is happening.

In the Windows world I think the most likely theory is that some
script is mistakenly issuing "pg_ctl stop"; the signal mechanism
we use on that platform doesn't map onto anything else people would
commonly do. But that's a guess. There's no hard evidence about
the signal source here.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2024-04-12 13:52:54 Re: BUG #18429: Inconsistent results on similar queries with join lateral
Previous Message PG Bug reporting form 2024-04-12 11:25:00 BUG #18429: Inconsistent results on similar queries with join lateral