pgsql: Use ereport() rather than elog() - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Use ereport() rather than elog()
Date
Msg-id E1upP7w-0017Ow-0D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use ereport() rather than elog()

Noah pointed this out before I committed 50f770c3d9, but I
accidentally pushed the old version with elog() anyway. Oops.

Reported-by: Noah Misch <noah@leadboat.com>
Discussion: https://www.postgresql.org/message-id/20250820003756.31.nmisch@google.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/661f821ef0c3078c70096b09dc44fb8fed56f2b4

Modified Files
--------------
src/backend/access/heap/heapam.c   | 6 ++++--
src/backend/access/index/indexam.c | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Revert GetTransactionSnapshot() to return historic snapshot duri
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: libpq: Be strict about cancel key lengths