pgsql: Improve indenting in _hash_pgaddtup

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve indenting in _hash_pgaddtup
Date: 2022-11-24 21:11:11
Message-ID: E1oyJV0-000frt-Oa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec5affdbc283252327e217f99c45574eb63de051

Modified Files
--------------
src/backend/access/hash/hashinsert.c | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-11-24 21:50:44 Re: pgsql: Expand AclMode to 64 bits
Previous Message Alvaro Herrera 2022-11-24 09:46:35 pgsql: Make multixact error message more explicit