Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement
Florin Irion <irionr@gmail.com>
From: Florin Irion <irionr@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-11-11T16:14:42Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-pg_get_domain_ddl-function-to-reconstruct-CRE.patch (text/plain) patch v4-0001
Hello, Cirrus-CI was complaining because we don't sort the constraints and thus they were making the test fail because of the random order. Made it sort with `list_sort`and `list_oid_cmp`not sure if that's the best thing to sort them. Check v4 attached. Cheers, Florin Irion Tim Waizenegger EDB (EnterpriseDB)