Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement

From: Florin Irion <irionr(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement
Date: 2025-11-11 16:14:42
Message-ID: 6a131cc6-ab35-49d2-b9bf-e6ddae4cf3b1@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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)

Attachment Content-Type Size
v4-0001-Add-pg_get_domain_ddl-function-to-reconstruct-CRE.patch text/plain 39.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-11-11 16:23:16 Re: pg_getaddrinfo_all() with hintp=NULL
Previous Message Fabrice Chapuis 2025-11-11 15:56:56 Re: Issue with logical replication slot during switchover