pgsql/src/backend/tcop (utility.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/tcop (utility.c)
Date
Msg-id 200010222332.e9MNWiB80727@hub.org
Whole thread Raw
List pgsql-committers
  Date: Sunday, October 22, 2000 @ 19:32:41
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/tcop
     from hub.org:/home/projects/pgsql/tmp/cvs-serv80691/src/backend/tcop

Modified Files:
    utility.c

-----------------------------  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.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/commands (indexcmds.c rename.c)
Next
From: Tom Lane
Date:
Subject: pgsql/src/include/nodes (nodes.h)