Re: PATCH: CreateComments: use explicit indexing for ``values'' - Mailing list pgsql-hackers

From Robert Haas
Subject Re: PATCH: CreateComments: use explicit indexing for ``values''
Date
Msg-id BANLkTikTzMCebZoeYt0UfE5dwKFiTQEbkg@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: CreateComments: use explicit indexing for ``values''  (richhguard-monotone@yahoo.co.uk)
List pgsql-hackers
On Mon, Jun 13, 2011 at 4:10 PM,  <richhguard-monotone@yahoo.co.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
canbe 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


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: SSI patch renumbered existing 2PC resource managers??
Next
From: Robert Haas
Date:
Subject: Re: Boolean operators without commutators vs. ALL/ANY