citus/src
Marco Slot 4d064ce84b Replace spurious strdup with pstrdup (#7440)
Not sure why we never found this using valgrind, but using strdup will
cause memory leaks because the pointer is not tracked in a memory
context.

(cherry picked from commit 72fbea20c4)
2024-04-16 17:46:42 +02:00
..
backend Replace spurious strdup with pstrdup (#7440) 2024-04-16 17:46:42 +02:00
include Fix crash caused by some form of ALTER TABLE ADD COLUMN statements. (#7522) 2024-04-16 17:46:42 +02:00
test Improve error message for recursive CTEs (#7407) 2024-04-16 17:46:42 +02:00