pgsql: Mark hash_corrupted() as pg_attribute_noreturn.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark hash_corrupted() as pg_attribute_noreturn.
Date: 2024-03-17 21:54:51
Message-ID: E1rlySx-004L89-Hc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark hash_corrupted() as pg_attribute_noreturn.

Coverity started complaining about this after cc5ef90ed.
The code's not really different from before, but might
as well clarify its intent.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33f13168ccd6e65bf0b3959a7e894449e8b6cb36

Modified Files
--------------
src/backend/utils/hash/dynahash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-03-17 23:03:35 pgsql: Support json_errdetail in FRONTEND code
Previous Message Dean Rasheed 2024-03-17 14:50:02 pgsql: Fix PDF doc generation.