Rename fields of DestReceiver to avoid collisions with (ill-considered)
Tom Lane <tgl@sss.pgh.pa.us>
Rename fields of DestReceiver to avoid collisions with (ill-considered) macros in some platforms' sys/socket.h.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/printtup.c | modified | +4 −4 |
| src/backend/commands/portalcmds.c | modified | +2 −2 |
| src/backend/executor/execMain.c | modified | +3 −3 |
| src/backend/executor/execTuples.c | modified | +3 −3 |
| src/backend/executor/tstoreReceiver.c | modified | +4 −4 |
| src/backend/tcop/postgres.c | modified | +4 −4 |
| src/backend/tcop/pquery.c | modified | +4 −4 |
| src/include/tcop/dest.h | modified | +10 −10 |