Use ereport() rather than elog()

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 661f821ef0c3078c70096b09dc44fb8fed56f2b4
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2025-08-22T10:35:05Z
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

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +4 −2
src/backend/access/index/indexam.c modified +4 −2

Discussion