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
- 0001-doc-PG-18-relnotes-mention-of-pg_noreturn.patch (text/x-patch) patch 0001
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