Re: PATCH: CreateComments: use explicit indexing for ``values''
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: richhguard-monotone@yahoo.co.uk
Cc: Alvaro Herrera <alvherre@commandprompt.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-06-16T21:06:20Z
Lists: pgsql-hackers
richhguard-monotone@yahoo.co.uk writes: > This patch makes the intent of each initialization clear by using the constants directly instead of in a comment, and has the effect of being able to verify each line on it's own. The original requires verification of the preceding i++'s. Applied, along with changing update_attstats() using Alvaro's idea. regards, tom lane