forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6d56c50
committed
A minor simplification for List manipulation
Fix one place that was using lfirst(list_head(list)) by using linitial(list)instead. They are equivalent but the latter is simpler. We did the same in9d299a4.Author: Richard Guo <guofenglinux@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/CAMbWs49dJnpezDQDDxCPKq7+=_3NyqLqGqnhqCjd+dYe4MS15w@mail.gmail.com1 parentdc6070b commit6d56c50
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 |
| - | |
| 526 | + | |
527 | 527 |
| |
528 | 528 |
| |
529 | 529 |
| |
|
0 commit comments
Comments
(0)