]> granicus.if.org Git - postgresql/commit
Clean up some randomness associated with trace_recovery_messages: don't
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jun 2010 17:44:40 +0000 (17:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jun 2010 17:44:40 +0000 (17:44 +0000)
commit78e8f0025e3f18855dc0af5916223f9fcfda5706
treeb1aa754d627ad63d32b3dd0ad39936a01e2af146
parent09698bb5fb20a069f84ddbfab0bff9ae0d0f7c8a
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.
src/backend/utils/misc/guc.c
src/include/miscadmin.h