Re: PATCH: CreateComments: use explicit indexing for ``values''

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: richhguard-monotone(at)yahoo(dot)co(dot)uk
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PATCH: CreateComments: use explicit indexing for ``values''
Date: 2011-06-14 12:22:13
Message-ID: BANLkTikTzMCebZoeYt0UfE5dwKFiTQEbkg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 13, 2011 at 4:10 PM, <richhguard-monotone(at)yahoo(dot)co(dot)uk> wrote:
> Apologies - I meant to CC in the list but forgot.
>
> I have gone through and changed all the related functions except ``update_attstats''.
>
> Do you have any advice of how to handle the inner loops, such as those initializing ``stakindN''. The entries before can be handled just like in this patch, by using the symbolic constants.
>
> Again, this is based on master and all existing tests pass.

Anything you're not sure about, just leave alone.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-06-14 12:29:08 Re: Boolean operators without commutators vs. ALL/ANY
Previous Message Heikki Linnakangas 2011-06-14 12:21:22 Re: SSI patch renumbered existing 2PC resource managers??