pgsql: Clean up some randomness associated with trace_recovery_messages:

Started by Tom Laneabout 16 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Clean up some randomness associated with trace_recovery_messages: don't
put the variable declaration in the middle of a bunch of externs,
and do use extern where it should be used.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.555 -> r1.556)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.555&r2=1.556)
pgsql/src/include:
miscadmin.h (r1.220 -> r1.221)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/miscadmin.h?r1=1.220&r2=1.221)