Use ereport() rather than elog()
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Author:
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2025-08-22T10:35:05Z
Releases:
19 (unreleased)
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +4 −2 |
| src/backend/access/index/indexam.c | modified | +4 −2 |
Discussion
- A few patches to clarify snapshot management 13 messages · 2024-12-16 → 2025-08-22