Re: de-catalog one error message
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-05-11T10:11:30Z
Lists: pgsql-hackers
> On 10 May 2023, at 19:54, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > ..as I understand, this cannot happen merely because of a full > disk, because that should fail during _write_ of the file, not read. > And no other user-caused causes should exist. > > Therefore, I propose to turn these messages into errmsg_internal(), so > that we do not translate them. AFAICT from following the code that seems correct, and I agree with removing them from translation to lessen the burden on our translators. -- Daniel Gustafsson
Commits
-
Mark internal messages as no longer translatable
- f06156da18f6 15.4 landed
- c44b59fad453 16.0 landed
-
Refactor LogicalTapeSet/LogicalTape interface.
- c4649cce39a4 15.0 cited
-
Disk-based Hash Aggregation.
- 1f39bce02154 13.0 cited