Mark hash_corrupted() as pg_attribute_noreturn.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 33f13168ccd6e65bf0b3959a7e894449e8b6cb36
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-03-17T21:54:45Z
Releases: 17.0
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.

Files

PathChange+/−
src/backend/utils/hash/dynahash.c modified +1 −1