useless list_tail()? - Mailing list pgsql-hackers

From Zhang Mingli
Subject useless list_tail()?
Date
Msg-id 7000b3f6-9164-4778-8a35-430b5e0d7dcd@Spark
Whole thread Raw
Responses Re: useless list_tail()?
List pgsql-hackers
Hi,

While working with lists, I've been utilizing the llast() macro to retrieve the last element. 
During this process, I noticed that the list_tail() function is not being used anywhere in the codebase.
Its last usage was removed in commit a8d8445a7b in favor of llast().


Shall we remove it?


Zhang Mingli
www.hashdata.xyz

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Purpose of wal_init_zero
Next
From: Aleksander Alekseev
Date:
Subject: Re: useless list_tail()?