Re: Query on Postgres SQL transaction

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: "Bandi, Venkataramana - Dell Team" <Venkataramana(dot)Bandi(at)dellteam(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>, "Kishore, Nanda - Dell Team" <Nanda(dot)Kishore(at)dellteam(dot)com>, "Alampalli, Kishore" <Kishoreravishankar(dot)Alampalli(at)dellteam(dot)com>
Subject: Re: Query on Postgres SQL transaction
Date: 2024-03-30 10:44:22
Message-ID: CAKAnmmJvPT2ruoYL6OfJ+ygrpesK4FgVi2RyH9Z-iDeqYEdQgg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That log snippet shows two different PIDs. Check the logs to see the
complete path that process 1876 took after it did the insert at 2024-02-19
15:21:54.850 +08

Make sure you are not using prepared transactions. This should return 0:

select current_setting('max_prepared_transactions');

Cheers,
Greg

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2024-03-30 13:23:15 Re: how to check if the license is expired.
Previous Message Bandi, Venkataramana - Dell Team 2024-03-30 10:14:29 RE: Query on Postgres SQL transaction