pgsql: Change some internal error messages to elogs

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change some internal error messages to elogs
Date: 2022-03-30 15:54:17
Message-ID: E1nZaeH-0001GV-6n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change some internal error messages to elogs

Author: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
Reviewed-by: Chapman Flack <chap(at)anastigmatix(dot)net>
Discussion: https://www.postgresql.org/message-id/flat/007ef255-35ef-fd26-679c-f97e7a7f30c2(at)illuminatedcomputing(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f453d684ecf9f6cd872d4bb43fe385c2c56126bd

Modified Files
--------------
src/backend/utils/adt/multirangetypes.c | 8 ++------
src/backend/utils/adt/rangetypes.c | 2 +-
2 files changed, 3 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-03-30 16:09:16 Re: pgsql: Add function to pump IPC process until string match
Previous Message Andrew Dunstan 2022-03-30 15:25:41 pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches