Factor out system call names from error messages

Peter Eisentraut <peter@eisentraut.org>

Commit: 82c3cd974131d7fa1cfcd07cebfb04fffe26ee35
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-04-23T12:21:37Z
Releases: 14.0
Factor out system call names from error messages

Instead, put them in via a format placeholder.  This reduces the
number of distinct translatable messages and also reduces the chances
of typos during translation.  We already did this for the system call
arguments in a number of cases, so this is just the same thing taken a
bit further.

Discussion: https://www.postgresql.org/message-id/flat/92d6f545-5102-65d8-3c87-489f71ea0a37%40enterprisedb.com

Files

Discussion