pgsql: Fix frontend version of sh_error() in simplehash.h.

2021-10-22 Thread Tom Lane
Fix frontend version of sh_error() in simplehash.h. The code does not expect sh_error() to return, but the patch that made this header usable in frontend didn't get that memo. While here, plaster unlikely() on the tests that decide whether to invoke sh_error(), and add our standard copyright noti

pgsql: Fix frontend version of sh_error() in simplehash.h.

2021-10-22 Thread Tom Lane
Fix frontend version of sh_error() in simplehash.h. The code does not expect sh_error() to return, but the patch that made this header usable in frontend didn't get that memo. While here, plaster unlikely() on the tests that decide whether to invoke sh_error(), and add our standard copyright noti

pgsql: Fix frontend version of sh_error() in simplehash.h.

2021-10-22 Thread Tom Lane
Fix frontend version of sh_error() in simplehash.h. The code does not expect sh_error() to return, but the patch that made this header usable in frontend didn't get that memo. While here, plaster unlikely() on the tests that decide whether to invoke sh_error(), and add our standard copyright noti