PG 18 beta1 release notes misses mention of pg_noreturn

From: Steve Chavez <steve(at)supabase(dot)io>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: PG 18 beta1 release notes misses mention of pg_noreturn
Date: 2025-07-02 02:51:57
Message-ID: CAGRrpzbkRiCw4qgpJWe4ee1OQarqVgSGhULX16=JdhNSYgXOGQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello hackers,

While updating an extension to support 18beta1, I stumbled on the removal
of `pg_attribute_noreturn()` in favor of `pg_noreturn`, which wasn't
mentioned in the release notes.

I've attached a patch for fixing this.

Best regards,
Steve Chavez

Attachment Content-Type Size
0001-doc-PG-18-relnotes-mention-of-pg_noreturn.patch text/x-patch 888 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jianghua Yang 2025-07-02 02:55:49 [PATCH] initdb: Treat empty -U argument as unset username
Previous Message Japin Li 2025-07-02 02:20:50 Re: Making pg_rewind faster