Re: refactor CreateTupleDescCopy()

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: refactor CreateTupleDescCopy()
Date: 2003-11-20 22:00:38
Message-ID: 87fzgiaeex.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> That would be okay with me. It might be a good idea to change the
> name completely (perhaps CopyTupleDesc() ?) as a means of catching
> places that aren't correctly updated.

Done, and done -- a revised patch is attached.

-Neil

Attachment Content-Type Size
tupledesc-copy-refactor-3.patch text/x-patch 19.3 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-11-21 01:33:54 Re: cleanup execTuples.c
Previous Message Tom Lane 2003-11-20 20:51:20 Re: refactor CreateTupleDescCopy()