Improve indenting in _hash_pgaddtup

David Rowley <drowley@postgresql.org>

Commit: ec5affdbc283252327e217f99c45574eb63de051
Author: David Rowley <drowley@postgresql.org>
Date: 2022-11-24T21:10:44Z
Releases: 16.0
Improve indenting in _hash_pgaddtup

The Assert added in d09dbeb9b came out rather ugly after having run
pgindent on that code.  Here we adjust things to use some local variables
so that the Assert remains within the 80-character margin.

Author: Ted Yu
Discussion: https://postgr.es/m/CALte62wLSir1=x93Jf0xZvHaO009FEJfhVMFwnaR8q=csPP8kQ@mail.gmail.com

Files

PathChange+/−
src/backend/access/hash/hashinsert.c modified +13 −5

Discussion