pgsql/src/backend/access/transam xlog.c - Mailing list pgsql-committers

From Marc G. Fournier
Subject pgsql/src/backend/access/transam xlog.c
Date
Msg-id 200109060202.f8622mi39446@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    scrappy@hub.org    01/09/05 22:02:48

Modified files:
    src/backend/access/transam: xlog.c

Log message:
    Add some debugging details to some of the elog(STOP) conditions for WAL.
    Standardize on %X/%X as the formatting for XLOG position display --- we
    had a couple of different formats before, and none of 'em were as useful
    as hex offsets IMHO.


pgsql-committers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Next
From: "Marc G. Fournier"
Date:
Subject: pgsql/src/interfaces/libpq fe-misc.c