From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove useless pointer update in StatsShmemInit() |
Date: | 2025-08-19 00:54:57 |
Message-ID: | E1uoAcq-000YwD-2q@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove useless pointer update in StatsShmemInit()
This pointer was not used after its last update. This variable
assignment was most likely a vestige artifact of the earlier versions of
the patch set that have led to 5891c7a8ed8f.
This pointer update is useless, so let's remove it. It removes one call
to pgstat_dsa_init_size(), making the code slightly easier to grasp.
Author: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Discussion: https://postgr.es/m/aKLsu2sdpnyeuSSc@ip-10-97-1-34.eu-west-3.compute.internal
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/9b7eb6f02e8d4affb225dd0aa239c8e7e0ff2cba
Modified Files
--------------
src/backend/utils/activity/pgstat_shmem.c | 1 -
1 file changed, 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-08-19 05:11:43 | pgsql: Refactor ReadMultiXactCounts() into GetMultiXactInfo() |
Previous Message | Richard Guo | 2025-08-19 00:39:47 | pgsql: Simplify relation_has_unique_index_for() |