citus/src
Zhao Junwang ba040cff04 Simplify CitusNewNode
postgres refactored newNode() in PG 17, the main point for doing
this is the original tricks is no longer neccessary for modern
compilers[1].

I think Citus should follow up.

This should have no backward compatibility issues since it just
replaces palloc0fast with palloc0.

This is good for forward compatibility since palloc0fast is no
longer exists in PG 17.

[1] https://www.postgresql.org/message-id/b51f1fa7-7e6a-4ecc-936d-90a8a1659e7c@iki.fi

Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
2024-01-22 12:43:25 +08:00
..
backend Adds comment on database and role propagation (#7388) 2024-01-18 20:58:44 +03:00
include Simplify CitusNewNode 2024-01-22 12:43:25 +08:00
test Adds comment on database and role propagation (#7388) 2024-01-18 20:58:44 +03:00