Mark internal messages as no longer translatable
commitc44b59fad453fd4be9656d58dd5f51a11149c961
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 16 May 2023 09:47:25 +0000 (16 11:47 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 16 May 2023 09:47:25 +0000 (16 11:47 +0200)
tree7969da6520bd770a013c1f12c4c440e4e2c6266e
parent8cb94344c3c7130a0cd5e21e83705739f552187e
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
src/backend/executor/nodeAgg.c