postgresql/src/backend/storage
Peter Eisentraut eb93f3a0b6 Convert elog(LOG) calls to ereport() where appropriate
User-visible log messages should go through ereport(), so they are
subject to translation.  Many remaining elog(LOG) calls are really
debugging calls.

Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Noah Misch <noah@leadboat.com>
Discussion: https://www.postgresql.org/message-id/flat/92d6f545-5102-65d8-3c87-489f71ea0a37%40enterprisedb.com
2020-12-04 14:25:23 +01:00
..
buffer Revert pg_relation_check_pages() 2020-11-04 10:21:46 +09:00
file Convert elog(LOG) calls to ereport() where appropriate 2020-12-04 14:25:23 +01:00
freespace Cache smgrnblocks() results in recovery. 2020-07-31 14:29:52 +12:00
ipc Restore lock level to update statusFlags 2020-11-26 12:30:48 -03:00
large_object Remove utils/acl.h from catalog/objectaddress.h 2020-03-10 10:27:00 +01:00
lmgr Use macros instead of hardcoded offsets for LWLock initialization 2020-11-24 12:39:58 +09:00
page Extend PageIsVerified() to handle more custom options 2020-10-26 09:55:28 +09:00
smgr Use truncate(2) where appropriate. 2020-12-01 15:42:22 +13:00
sync Defer flushing of SLRU files. 2020-09-25 19:00:15 +12:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00