PG 18 beta1 release notes misses mention of pg_noreturn

Steve Chavez <steve@supabase.io>

From: Steve Chavez <steve@supabase.io>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-07-02T02:51:57Z
Lists: pgsql-hackers

Attachments

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