Re: BUG #16145: Not able to terminate active session - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16145: Not able to terminate active session
Date
Msg-id 14093.1575466474@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #16145: Not able to terminate active session  (MOHAN KUMAR DORAIRAJ <mohankumar.dorairaj@globalfoundries.com>)
Responses Re: BUG #16145: Not able to terminate active session  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-bugs
MOHAN KUMAR DORAIRAJ <mohankumar.dorairaj@globalfoundries.com> writes:
> Is there any other alternative option available.?

Well, why is it that your session is sitting waiting for input from
the Oracle server?  That doesn't seem like a condition that ought
to be persistent, most of the time.  Perhaps redesigning your
queries against that foreign server would help.

Also, I do recommend asking the Oracle FDW authors about this.
It's possible that adding some CHECK_FOR_INTERRUPT calls in that
FDW would ameliorate things.  (I don't know where to file issues
about oracle_fdw, but it's not this list.)

            regards, tom lane



pgsql-bugs by date:

Previous
From: MOHAN KUMAR DORAIRAJ
Date:
Subject: Re: BUG #16145: Not able to terminate active session
Next
From: Alexey Bashtanov
Date:
Subject: Re: pg_dump losing index column collations for unique and primarykeys