Re: Small improvements to pg_list.h's linitial(), lsecond(), lthird() etc macros

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Small improvements to pg_list.h's linitial(), lsecond(), lthird() etc macros
Date: 2020-09-28 01:58:43
Message-ID: 196509.1601258323@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Rowley <dgrowleyml(at)gmail(dot)com> writes:
> I changed things around to make llast() and the int and oid variant
> use a new inline function to get the last cell.
> I also pushed the resulting code to master.

LGTM.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Keisuke Kuroda 2020-09-28 02:20:42 Re: Logical replication CPU-bound with TRUNCATE/DROP/CREATE many tables
Previous Message David Rowley 2020-09-28 01:50:23 Re: Small improvements to pg_list.h's linitial(), lsecond(), lthird() etc macros