mirror of https://github.com/postgres/postgres
(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()REL8_0_STABLE
parent
0ed07d49d5
commit
64a60590ba
Loading…
Reference in new issue