mirror of
https://github.com/postgres/postgres.git
synced 2026-05-26 10:32:15 -04:00
88381ade63
yet, though). Avoid using nth() to fetch tlist entries; provide a common routine get_tle_by_resno() to search a tlist for a particular resno. This replaces a couple uses of nth() and a dozen hand-coded search loops. Also, replace a few uses of nth(length-1, list) with llast().