Re: Fix bug with accessing to temporary tables of other sessions

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Daniil Davydov <3danissimo(at)gmail(dot)com>
Cc: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Soumya S Murali <soumyamurali(dot)work(at)gmail(dot)com>, Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stepan Neretin <slpmcf(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix bug with accessing to temporary tables of other sessions
Date: 2026-04-27 00:50:28
Message-ID: ae6y1HYUif7viW_z@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 21, 2026 at 08:17:15PM +0700, Daniil Davydov wrote:
> BTW, do I understand correctly that I don't need to touch the .po files?

The .po files in the tree are refreshed periodically based on the work
done by pgsql-translators. There is no need to touch them while
working on the in-core code.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-04-27 01:52:03 Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Previous Message Michael Paquier 2026-04-27 00:46:02 Re: [PATCH] Fix memory leak of reply_message in walreceiver