]> granicus.if.org Git - postgresql/commit
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)
commit902377c465031947d747bb2e3912b22a92329b7f
tree6586e15af12609b6135275d06d2339adc669a94e
parent76c9ac8ebbba391c3062bf10cc6d8b187746b6eb
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