Mark internal messages as no longer translatable

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: f06156da18f67bc2c904c0a76b70dafcb14ca7c2
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-05-16T09:47:25Z
Releases: 15.4
Mark internal messages as no longer translatable

The problem that these messages protect against can only occur because
a corrupted hash spill file was written, i.e., a Postgres bug.  There's
no reason to have them as translatable.

Backpatch to 15, where these messages were changed by commit c4649cce39a4.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/20230510175407.dwa5v477pw62ikyx@alvherre.pgsql

Files

PathChange+/−
src/backend/executor/nodeAgg.c modified +6 −6

Discussion