minor list cleanup - Mailing list pgsql-patches

From Neil Conway
Subject minor list cleanup
Date
Msg-id 1096242960.25688.693.camel@localhost.localdomain
Whole thread Raw
Responses Re: minor list cleanup  (Neil Conway <neilc@samurai.com>)
Re: minor list cleanup  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
This patch makes a few minor cleanups:

(1) Replace while loop with the new forboth() construct in
parser/analyze.c

(2) Replace lcons() with lappend() in SearchCatCacheList(). Since these
now have the same performance, there is no reason to prefer lcons() in
this case, and using lappend() leads to cleaner code.

(3) Improve the name of the second parameter to for_each_cell()

Barring any objections, I intend to apply this patch later today.

-Neil



pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: void * cast cleanup
Next
From: Neil Conway
Date:
Subject: Re: Code/comment cleanups now that odbc is gone.