Re: The same query_id for different queries

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Maksim Gorkov <mgorkov(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: The same query_id for different queries
Date: 2025-07-01 08:16:32
Message-ID: aGOZYCLCexJENQMr@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jul 01, 2025 at 10:24:14AM +0300, Maksim Gorkov wrote:
> 2064869707185898531;'BEGIN;...' -- the full text in query1.sql attachment
> 2064869707185898531;'COMMIT;'
>
> there is another example, if required I can send it for review.
>
> Why does this happen and how can it be fixed?

Hard to say based on the information you are giving here. First, what
you are posting is not a self-contained case. It sounds to me that
you may be seeing two entries with one for a top-level query and one
for a non-top-level query. In this case the same query ID could be
used.
--
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Maksim Gorkov 2025-07-01 15:08:45 Re: The same query_id for different queries
Previous Message Maksim Gorkov 2025-07-01 07:24:14 The same query_id for different queries