Tom Lane <t...@sss.pgh.pa.us> writes:

> +     /* We ignore binary-compatible relabeling on both ends */
> +     while (expr && IsA(expr, RelabelType))
> +             expr = ((RelabelType *) expr)->arg;

There are 10 instances of this exact loop scattered around the codebase.
Is it worth it turning it into a static inline function?

- ilmari
-- 
- Twitter seems more influential [than blogs] in the 'gets reported in
  the mainstream press' sense at least.               - Matt McLeod
- That'd be because the content of a tweet is easier to condense down
  to a mainstream media article.                      - Calle Dybedahl


Reply via email to