postgresql/src/backend/access
Tom Lane c62866eeaf Remove special-case treatment of LOG severity level in standalone mode.
elog.c has historically treated LOG messages as low-priority during
bootstrap and standalone operation.  This has led to confusion and even
masked a bug, because the normal expectation of code authors is that
elog(LOG) will put something into the postmaster log, and that wasn't
happening during initdb.  So get rid of the special-case rule and make
the priority order the same as it is in normal operation.  To keep from
cluttering initdb's output and the behavior of a standalone backend,
tweak the severity level of three messages routinely issued by xlog.c
during startup and shutdown so that they won't appear in these cases.
Per my proposal back in December.
2013-06-13 23:15:15 -04:00
..
common Add a materialized view relations. 2013-03-03 18:23:31 -06:00
gin pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
gist Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
hash Additional spelling corrections 2013-06-03 08:40:27 -04:00
heap Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
index Remove some unused and seldom used fields from RelationAmInfo. 2013-04-16 15:07:58 +03:00
nbtree Additional spelling corrections 2013-06-03 08:40:27 -04:00
rmgrdesc pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
spgist pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
transam Remove special-case treatment of LOG severity level in standalone mode. 2013-06-13 23:15:15 -04:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00