Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/printtup.c | modified | +6 −3 |
| src/backend/commands/async.c | modified | +2 −2 |
| src/backend/commands/copy.c | modified | +3 −3 |
| src/backend/commands/portalcmds.c | modified | +3 −3 |
| src/backend/executor/spi.c | modified | +7 −7 |
| src/backend/executor/tstoreReceiver.c | modified | +2 −2 |
| src/backend/postmaster/postmaster.c | modified | +5 −5 |
| src/backend/tcop/dest.c | modified | +33 −33 |
| src/backend/tcop/postgres.c | modified | +18 −18 |
| src/backend/tcop/pquery.c | modified | +13 −13 |
| src/backend/utils/error/elog.c | modified | +6 −6 |
| src/backend/utils/misc/guc.c | modified | +2 −2 |
| src/include/tcop/dest.h | modified | +12 −12 |