| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove useless store to local variable |
| Date: | 2026-02-11 10:03:44 |
| Message-ID: | E1vq74R-0009tQ-1O@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove useless store to local variable
It was a leftover from commit 5764f611e1, which converted the loop to
use dclist_foreach.
Reviewed-by: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/3dd6f70c-b94d-4428-8e75-74a7136396be@iki.fi
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/ab32a9e21d37ede830635f502283883592ab0a62
Modified Files
--------------
src/backend/storage/lmgr/lock.c | 1 -
1 file changed, 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2026-02-11 10:03:51 | Re: PGPROC alignment (was Re: pgsql: Separate RecoveryConflictReasons from procsignals) |
| Previous Message | Bertrand Drouvot | 2026-02-11 04:40:40 | Re: PGPROC alignment (was Re: pgsql: Separate RecoveryConflictReasons from procsignals) |