Re: [COMMITTERS] pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out) - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)
Date
Msg-id 200010231426.KAA00406@candle.pha.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Responses Re: [COMMITTERS] pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > Modified Files:
> ...
> > Some small polishing of Mark Hollomon's cleanup of DROP command: might
> > as well allow DROP multiple INDEX, RULE, TYPE as well.  Add missing
> > CommandCounterIncrement to DROP loop, which could cause trouble otherwise
> > with multiple DROP of items affecting same catalog entries.  Try to
> > bring a little consistency to various error messages using 'does not exist',
> > 'nonexistent', etc --- I standardized on 'does not exist' since that's
> > what the vast majority of the existing uses seem to be.
>
> Good idea(s). Thanks for cleaning up the error messages...

Speaking of error messages, one idea for 7.2 might be to prepended
numbers to the error messages.  That way, people could look up a more
detailed description of the error and possible causes.  Now, none of us
have the time to do that, but the new companies may, and they will need
those numbers to help with technical support anyway.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: AW: AW: relation ### modified while in use
Next
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)