On Sat, 8 Apr 2023 at 06:09, Alvaro Herrera <alvhe...@alvh.no-ip.org> wrote: > Catalog NOT NULL constraints
I think transformTableLikeClause() contains a small issue because process_notnull_constraints is not set to false by default. Per valgrind, it looks like the variable can be uninitialised by the time it's referenced around line 1221. David
init_process_notnull_constraints_to_false.patch
Description: Binary data