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/[email protected] 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(-)
