diff options
| author | Neil Conway | 2004-09-24 01:36:37 +0000 |
|---|---|---|
| committer | Neil Conway | 2004-09-24 01:36:37 +0000 |
| commit | be8eafa09d1ce3669fc9bc11633e536c64543284 (patch) | |
| tree | 42a8798e58aa36ef1232b2a0337edaa048f40827 /src/backend/po | |
| parent | 1d1b8191ceda6f88d721cc7299aff010136e21cf (diff) | |
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.
Diffstat (limited to 'src/backend/po')
| -rw-r--r-- | src/backend/po/cs.po | 2 | ||||
| -rw-r--r-- | src/backend/po/hu.po | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/po/cs.po b/src/backend/po/cs.po index ed79416b37a..d460251ab72 100644 --- a/src/backend/po/cs.po +++ b/src/backend/po/cs.po @@ -4961,7 +4961,7 @@ msgid "Unable to identify an equality operator for type '%s'" msgstr "" #: ../executor/nodeAppend.c:293 -msgid "ExecProcAppend: subnode is NULL" +msgid "ExecAppend: subnode is NULL" msgstr "" #: ../executor/nodeHash.c:66 diff --git a/src/backend/po/hu.po b/src/backend/po/hu.po index 40ca9186482..04848c9d211 100644 --- a/src/backend/po/hu.po +++ b/src/backend/po/hu.po @@ -2,7 +2,7 @@ # Zoltan Kovacs <kovzol@math.u-szeged.hu>, 2001. # Robert Zana <zerobert@freemail.hu>, 2001. # -# $PostgreSQL: pgsql/src/backend/po/hu.po,v 1.6 2003/11/29 19:51:53 pgsql Exp $ +# $PostgreSQL: pgsql/src/backend/po/hu.po,v 1.7 2004/09/24 01:36:34 neilc Exp $ # msgid "" msgstr "" @@ -4925,7 +4925,7 @@ msgid "Unable to identify an equality operator for type '%s'" msgstr "" #: ../executor/nodeAppend.c:293 -msgid "ExecProcAppend: subnode is NULL" +msgid "ExecAppend: subnode is NULL" msgstr "" #: ../executor/nodeHash.c:66 |
