ExecProcAppend() wasn't called ExecAppend() because the latter name was
Neil Conway <neilc@samurai.com>
ExecProcAppend() wasn't called ExecAppend() because the latter name was formerly used in execMain. Since that is no longer the case, this patch renames ExecProcAppend() to ExecAppend() for the sake of consistency.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execProcnode.c | modified | +2 −2 |
| src/backend/executor/nodeAppend.c | modified | +7 −9 |
| src/backend/po/cs.po | modified | +1 −1 |
| src/backend/po/hu.po | modified | +2 −2 |
| src/include/executor/nodeAppend.h | modified | +2 −2 |