Re: BUG #18985: fast shutdown does not close connections from qlik data gateway data movement aka. replicate

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erik Dobák <erik(dot)dobak(at)gmail(dot)com>
Cc: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18985: fast shutdown does not close connections from qlik data gateway data movement aka. replicate
Date: 2025-07-15 18:27:02
Message-ID: 938838.1752604022@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?Q?Erik_Dob=C3=A1k?= <erik(dot)dobak(at)gmail(dot)com> writes:
> did not know about plugins in postgres. how would one check if there is
> some?

Check the pg_replication_slots view on the publisher for the slot(s)
being used for Qlik replication. If the "plugin" column says
something other than "pgoutput" then a nonstandard plugin is being
used.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2025-07-15 18:28:08 Re: BUG #18985: fast shutdown does not close connections from qlik data gateway data movement aka. replicate
Previous Message Tom Lane 2025-07-15 18:13:53 Re: BUG #18986: SIGSEGV in nodeModifyTable.c during Parallel Execution