pgsql: Clean up some randomness associated with trace_recovery_messages: - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up some randomness associated with trace_recovery_messages:
Date
Msg-id 20100617174440.D01D17541D4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make RemoveOldXlogFiles's debug printout match style used
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: reorg - pg_batch: Fix -w and -W options.