Re: Strange assertion in procarray.c

From: Michail Nikolaev <michail(dot)nikolaev(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, nathan(at)postgresql(dot)org, Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: Strange assertion in procarray.c
Date: 2024-11-27 09:50:15
Message-ID: CANtu0oiXq548OM_RqBbDQ0dgqtKLAg=x_Fu4eOGRNW0tBsNj_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello, again.

> Another backend attempts to release the same resource (e.g., by aborting
a transaction) and triggers the injection point.
Oh, all that GPT-like correctors required to be carefully checked :)

Correct version: Another backend attempts to release some resource (e.g.,
by aborting a transaction) and triggers the injection point.

Best regards,
Mikhail.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Anthonin Bonnefoy 2024-11-27 09:50:25 Add Pipelining support in psql
Previous Message Tatsuo Ishii 2024-11-27 09:41:40 Re: Fix for Extra Parenthesis in pgbench progress message