Re: Simplify newNode()

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter@eisentraut.org>, pgsql-hackers <pgsql-hackers@postgresql.org>, John Naylor <johncnaylorls@gmail.com>, Thomas Munro <thomas.munro@gmail.com>
Date: 2023-12-19T10:13:12Z
Lists: pgsql-hackers
On 18/12/2023 16:28, Heikki Linnakangas wrote:
> I think we have consensus on patch v2. It's simpler and not less
> performant than what we have now, at least on modern compilers. Barring
> objections, I'll commit that.

Committed that.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




Commits

  1. Simplify newNode() by removing special cases