pgsql: Reduce unnecessary PANIC to ERROR, improve a couple of comments. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Reduce unnecessary PANIC to ERROR, improve a couple of comments.
Date
Msg-id 20080516191505.92BE4754C53@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reduce unnecessary PANIC to ERROR, improve a couple of comments.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.309 -> r1.310)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.309&r2=1.310)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Recent patch doesn't compile without
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a RESTART (without parameter) option to ALTER SEQUENCE,