]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Mark internal messages as no longer translatable
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 16 May 2023 09:47:25 +0000 (11:47 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 16 May 2023 09:47:25 +0000 (11:47 +0200)
commitf06156da18f67bc2c904c0a76b70dafcb14ca7c2
tree9e4a21fadda1a3dc9c14e52da6ca1fb1b54cc7f6
parentbc478a0a85bc8660bfa251866f85c673e4be84ac
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