Re: [GENERAL] Deadlocks - Mailing list pgsql-general

From Melvin Davidson
Subject Re: [GENERAL] Deadlocks
Date
Msg-id CANu8FixdvwDEV+_O+NvEZE+1qQLDJ0_JYfCJ6Em6+YDno_vUYg@mail.gmail.com
Whole thread Raw
In response to [GENERAL] Deadlocks  (Martin Moore <martin.moore@avbrief.com>)
List pgsql-general


On Tue, Aug 22, 2017 at 9:42 AM, Martin Moore <martin.moore@avbrief.com> wrote:
Hi, I’m having issues with deadlocks.

v9.6 on Debian Jessie.

I have a number of ‘select’ functions which for logging purposes also call another fn that inserts a record into a ‘logging’ table.

However, even with only 1 or 2 users making very infrequent calls to the parent fn, deadlocks are occurring. I’m hoping there’s something I’m unaware of as this shouldn’t happen!

What could this be? I don’t have any logs at present as I removed the insert statement some time ago, but need to get this issue resolved.

Thanks,

Martin.




--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

I don't think you will get much help unless you show us the query and the structure
of the tables involved.

--
Melvin Davidson
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.

pgsql-general by date:

Previous
From: Martin Moore
Date:
Subject: [GENERAL] Deadlocks
Next
From: Magnus Hagander
Date:
Subject: Re: [GENERAL] pg_rewind - restore new slave failed to startup during recovery