1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00
Files
postgres/src/backend/utils
Neil Conway 64a60590ba A few minor list-related 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()
2004-09-27 04:12:03 +00:00
..
2004-09-27 04:12:03 +00:00
2004-09-13 01:45:32 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-09-17 21:59:57 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 04:13:13 +00:00