pgsql: Factor out system call names from error messages

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Factor out system call names from error messages
Date: 2021-05-03 05:36:18
Message-ID: E1ldRFi-0004gg-Rr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Factor out system call names from error messages

One more that ought to have been part of
82c3cd974131d7fa1cfcd07cebfb04fffe26ee35.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/853c8c75571558f4b474eeac3ef9e6fcf9be62ba

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-05-03 06:52:03 pgsql: libpq: Refactor some error messages for easier translation
Previous Message Amit Kapila 2021-05-03 02:03:42 pgsql: Fix the computation of slot stats for 'total_bytes'.