pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)
Date: 2000-10-22 23:32:46
Message-ID: 200010222332.e9MNWkd80763@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Date: Sunday, October 22, 2000 @ 19:32:45
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress/expected
from hub.org:/home/projects/pgsql/tmp/cvs-serv80691/src/test/regress/expected

Modified Files:
plpgsql.out inet.out foreign_key.out errors.out

----------------------------- Log Message -----------------------------

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.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-22 23:32:48 pgsql/src/test/regress/sql (plpgsql.sql)
Previous Message Tom Lane 2000-10-22 23:32:45 pgsql/src/include/nodes (nodes.h)

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-22 23:43:43 Re: AnonCVS access?
Previous Message Tom Lane 2000-10-22 23:25:11 pgsql/src/pl/plpgsql/test (runtest triggers.sql mklang.sql)