pgsql: Mark hash_corrupted() as pg_attribute_noreturn. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Mark hash_corrupted() as pg_attribute_noreturn.
Date
Msg-id E1rlySx-004L89-Hc@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Fix PDF doc generation.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Support json_errdetail in FRONTEND code