Mark hash_corrupted() as pg_attribute_noreturn.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Mar 2024 21:54:45 +0000 (17:54 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Mar 2024 21:54:45 +0000 (17:54 -0400)
commit33f13168ccd6e65bf0b3959a7e894449e8b6cb36
tree5a48b3adf3e4440a2577612bb304bd1bb6fca692
parent7eb9a8201890f3b208fd4c109a5b08bf139b692a
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.
src/backend/utils/hash/dynahash.c