Rename the members of CommandDest enum so they don't collide with other uses of
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 3 Nov 2005 17:11:40 +0000 (17:11 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 3 Nov 2005 17:11:40 +0000 (17:11 +0000)
commit5b6f6fc16ad0b1b8457e2e217c65ed450070eef2
treec1fbf98d43793d20f422bab0da44925473da512a
parent201e543ab69039d9ac13018ba48250d1132899b9
Rename the members of CommandDest enum so they don't collide with other uses of
those names.  (Debug and None were pretty bad names anyway.)  I hope I catched
all uses of the names in comments too.
13 files changed:
src/backend/access/common/printtup.c
src/backend/commands/async.c
src/backend/commands/copy.c
src/backend/commands/portalcmds.c
src/backend/executor/spi.c
src/backend/executor/tstoreReceiver.c
src/backend/postmaster/postmaster.c
src/backend/tcop/dest.c
src/backend/tcop/postgres.c
src/backend/tcop/pquery.c
src/backend/utils/error/elog.c
src/backend/utils/misc/guc.c
src/include/tcop/dest.h