]> granicus.if.org Git - postgresql/commit
ExecProcAppend() wasn't called ExecAppend() because the latter name was
authorNeil Conway <neilc@samurai.com>
Fri, 24 Sep 2004 01:36:37 +0000 (01:36 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 24 Sep 2004 01:36:37 +0000 (01:36 +0000)
commitbe8eafa09d1ce3669fc9bc11633e536c64543284
tree42a8798e58aa36ef1232b2a0337edaa048f40827
parent1d1b8191ceda6f88d721cc7299aff010136e21cf
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.
src/backend/executor/execProcnode.c
src/backend/executor/nodeAppend.c
src/backend/po/cs.po
src/backend/po/hu.po
src/include/executor/nodeAppend.h