forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1ccd710
Improve indenting in _hash_pgaddtup
The Assert added ind09dbeb came out rather ugly after having runpgindent on that code. Here we adjust things to use some local variablesso that the Assert remains within the 80-character margin.Author: Ted YuDiscussion:https://postgr.es/m/CALte62wLSir1=x93Jf0xZvHaO009FEJfhVMFwnaR8q=csPP8kQ@mail.gmail.com1 parent36113b4 commit1ccd710
1 file changed
+13
-5
lines changedLines changed: 13 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
| 293 | + | |
293 | 294 |
| |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
299 | 307 |
| |
300 | 308 |
| |
301 | 309 |
| |
|
0 commit comments
Comments
(0)