Re: BUG #18985: fast shutdown does not close connections from qlik data gateway data movement aka. replicate
Erik Dobák <erik.dobak@gmail.com>
From: Erik Dobák <erik.dobak@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>,
pgsql-bugs@lists.postgresql.org
Date: 2025-07-15T18:38:46Z
Lists: pgsql-bugs
nice thanks i will study that. E On Tue, 15 Jul 2025, 20:27 Tom Lane, <tgl@sss.pgh.pa.us> wrote: > =?UTF-8?Q?Erik_Dob=C3=A1k?= <erik.dobak@gmail.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 >