mirror of https://github.com/citusdata/citus.git
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> |
||
---|---|---|
.. | ||
backend | ||
include | ||
test |