Alexander Lakhin <exclusion(at)gmail(dot)com> writes:
> When executing the following query:
> CREATE TABLE test(i int CHECK (i > 0));
> CREATE TABLE pg_user(LIKE test INCLUDING CONSTRAINTS);
> I get an assertion:
Fixed, thanks for the report!
regards, tom lane