pgsql: Extract catalog info for error reporting before an error actually - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Extract catalog info for error reporting before an error actually
Date
Msg-id 20071025144555.36432754229@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Extract catalog info for error reporting before an error actually  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-committers
Log Message:
-----------
Extract catalog info for error reporting before an error actually happens.
Also, remove redundant reset of for-wraparound PGPROC flag.

Thanks to Tom Lane for noticing both bogosities.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.63 -> r1.64)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.63&r2=1.64)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak new error messages to match the actual syntax of DECLARE
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Extract catalog info for error reporting before an error actually