| From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove some dead stores. |
| Date: | 2021-07-02 01:38:28 |
| Message-ID: | E1lz88S-0007Bg-On@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove some dead stores.
Remove redundant local variable assignments left behind by commit
2fc7af5e966.
Author: Quan Zongliang <quanzongliang(at)yeah(dot)net>
Reviewed-by: Jacob Champion <pchampion(at)vmware(dot)com>
Discussion: https://postgr.es/m/de141d14-4fd6-3148-99bf-856b71aa948a%40yeah.net
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/a2595e039c4745d82f361ea15d692cac114575cc
Modified Files
--------------
src/backend/storage/ipc/procarray.c | 2 --
1 file changed, 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2021-07-02 04:10:04 | pgsql: Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncati |
| Previous Message | Michael Paquier | 2021-07-02 00:39:58 | pgsql: Simplify error handing of jsonapi.c for the frontend |