pgsql: Extract catalog info for error reporting before an error actually

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Extract catalog info for error reporting before an error actually
Date: 2007-10-25 14:45:55
Message-ID: 20071025144555.36432754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-patches

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2007-10-25 15:54:23 Re: pgsql: Extract catalog info for error reporting before an error actually
Previous Message Tom Lane 2007-10-25 13:48:57 pgsql: Tweak new error messages to match the actual syntax of DECLARE

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-10-25 14:48:24 Re: MaxOffsetNumber versus MaxHeapTuplesPerPage
Previous Message Tom Lane 2007-10-25 14:39:38 Re: postgres under linux can't start because of postmaster.pid

Browse pgsql-patches by date

  From Date Subject
Next Message Reg Me Please 2007-10-25 14:46:26 Re: Crosstab Problems
Previous Message Scott Marlowe 2007-10-25 14:29:33 Re: Crosstab Problems