Re: patch for temporary view from TODO list

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Koju Iijima <koju(at)fast(dot)fujitsu(dot)com(dot)au>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: patch for temporary view from TODO list
Date: 2005-02-02 06:37:03
Message-ID: 1107326223.26960.10.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Wed, 2005-02-02 at 00:39 -0500, Tom Lane wrote:
> isViewOnTempTable_walker. If that isn't euphonious to you, then change
> the name of isViewOnTempTable. Everywhere else that we have walker
> subroutines, foo() invokes foo_walker(). You need a seriously good reason
> to deviate from that convention.
[...]
> If we do have to do it this way, a minor readability improvement would
> be to write the CREATE case first and CREATE OR REPLACE second.

Patch applied to HEAD, including the above suggested changes.

Thanks for the patch, Koju.

-Neil

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2005-02-02 07:27:02 Re: Huge memory consumption during vacuum (v.8.0)
Previous Message Neil Conway 2005-02-02 05:52:31 Re: patch for temporary view from TODO list

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2005-02-02 11:22:50 libpq API incompatibility between 7.4 and 8.0
Previous Message Neil Conway 2005-02-02 05:52:31 Re: patch for temporary view from TODO list