Use ereport() rather than elog()
authorHeikki Linnakangas <[email protected]>
Fri, 22 Aug 2025 10:35:05 +0000 (13:35 +0300)
committerHeikki Linnakangas <[email protected]>
Fri, 22 Aug 2025 10:35:05 +0000 (13:35 +0300)
commit661f821ef0c3078c70096b09dc44fb8fed56f2b4
tree9a720752bdf3a1fdad095355764a0a1975cf33ec
parent50f770c3d92cfb2d62724d8c810d37c1f6249a11
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 <[email protected]>
Discussion: https://www.postgresql.org/message-id/20250820003756[email protected]
src/backend/access/heap/heapam.c
src/backend/access/index/indexam.c