Avoid including clog.h in proc.h

Álvaro Herrera <alvherre@kurilemu.de>

Commit: f227b7b20c36b7348867eec48d539d28cfdf831c
Author: Álvaro Herrera <alvherre@kurilemu.de>
Date: 2026-03-24T16:31:16Z
Avoid including clog.h in proc.h

The number of .c files that must include access/clog.h can currently be
counted on one's fingers and miss only one (assuming one has the usual
number of hands).  However, due to indirect inclusion via proc.h,
there's a lot of files that are pointlessly including it.  This is easy
to avoid with the easy trick implemented by this commit.

Author: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://postgr.es/m/202603221856.iwlhitt6dxxx@alvherre.pgsql

Files

PathChange+/−
src/backend/storage/lmgr/proc.c modified +1 −0
src/include/storage/proc.h modified +3 −1

Discussion