pgsql: Rearrange fields in PGPROC, for clarity

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rearrange fields in PGPROC, for clarity
Date: 2026-02-22 11:14:58
Message-ID: E1vu7QQ-000bac-39@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rearrange fields in PGPROC, for clarity

The ordering was pretty random, making it hard to get an overview of
what's in it. Group related fields together, and add comments to act
as separators between the groups.

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/2e0853176f8f28a7684aa8b5af73446332960725

Modified Files
--------------
src/include/storage/proc.h | 147 ++++++++++++++++++++++++++++-----------------
1 file changed, 92 insertions(+), 55 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-02-22 11:14:59 pgsql: Align PGPROC to cache line boundary
Previous Message Michael Paquier 2026-02-22 06:14:13 pgsql: doc: Add description of "filename" for pg_walsummary