Re: CREATE SCHEMA ... CREATE DOMAIN support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, jian he <jian(dot)universality(at)gmail(dot)com>, Kirill Reshke <reshkekirill(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: CREATE SCHEMA ... CREATE DOMAIN support
Date: 2026-09-09 20:47:10
Message-ID: 839739.1788986830@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a finished reversion proposal that keeps 404db8f9e.
0001 is the same patch I posted earlier today.

(This is against master, but I've confirmed it works on v19 too.)

regards, tom lane

Attachment Content-Type Size
v1-0001-Revert-Support-more-object-types-within-CREATE-SC.patch text/x-diff 32.0 KB
v1-0002-Revert-Don-t-try-to-re-order-the-subcommands-of-C.patch text/x-diff 17.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2026-09-09 21:07:47 Re: Speed up COPY FROM text/CSV parsing using SIMD
Previous Message Masahiko Sawada 2026-09-09 20:47:09 Re: REPACK (CONCURRENTLY) rewrites tables marked with user_catalog_table