Re: CREATE MATERIALIZED VIEW

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Cc: px shi <spxlyy123(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE MATERIALIZED VIEW
Date: 2024-07-25 15:20:54
Message-ID: ZqJtVj6rvKePGKpn@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 25, 2024 at 04:10:37PM +0100, Dagfinn Ilmari Mannsåker wrote:
> Done: https://commitfest.postgresql.org/49/5139/
>
> I've taken the liberty of setting you as the committer, and the target
> version to 17 even though it turns out to be an older bug, since it's
> arguably a follow-on fix to the incomplete fix in c951e9042dd1.

Thanks. I'm -1 on back-patching since it was intentionally left around and
is basically harmless.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul Jungwirth 2024-07-25 15:52:44 Re: SQL:2011 application time
Previous Message Nathan Bossart 2024-07-25 15:16:09 Re: [PATCH] Add crc32(text) & crc32(bytea)