]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rearrange fields in PGPROC, for clarity
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 22 Feb 2026 10:45:13 +0000 (12:45 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 22 Feb 2026 10:45:13 +0000 (12:45 +0200)
commit2e0853176f8f28a7684aa8b5af73446332960725
tree7df386eeedbb4435934fe2ca2ec5747ca00bd085
parent4476106c65d2ed3aed35887f9b94fbc55d96074a
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.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/3dd6f70c-b94d-4428-8e75-74a7136396be@iki.fi
src/include/storage/proc.h