trivial cleanup: ExecProcAppend

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: trivial cleanup: ExecProcAppend
Date: 2004-09-23 07:42:33
Message-ID: 1095925353.22485.665.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Barring any objection, I intend to apply this to HEAD within 24 hours.

-Neil

Attachment Content-Type Size
exec-append-tweak-1.patch text/x-patch 6.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-09-23 13:12:57 Re: Xid in log_line_prefix
Previous Message Gavin Sherry 2004-09-23 04:37:31 Re: WIP: CREATE TABLE AS / WITH DATA