Improve indenting in _hash_pgaddtup
authorDavid Rowley <drowley@postgresql.org>
Thu, 24 Nov 2022 21:10:44 +0000 (10:10 +1300)
committerDavid Rowley <drowley@postgresql.org>
Thu, 24 Nov 2022 21:10:44 +0000 (10:10 +1300)
commitec5affdbc283252327e217f99c45574eb63de051
tree44e0e349b164bebcec69135dfc2cb55f9691e788
parent2cf41cd30997f6a79fb962007a3cd11edcf9d013
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
src/backend/access/hash/hashinsert.c