Do not rely on pgstat.h to indirectly include storage/ headers.

Andres Freund <andres@anarazel.de>

Commit: 1d9c5d0ce2dcac05850401cf266a9df10a68de49
Author: Andres Freund <andres@anarazel.de>
Date: 2021-04-03T03:02:47Z
Releases: 14.0
Do not rely on pgstat.h to indirectly include storage/ headers.

An upcoming patch might remove the (now indirect) proc.h
include (which in turn includes other headers), and it's cleaner for
the modified files to include their dependencies directly anyway...

Discussion: https://postgr.es/m/20210402194458.2vu324hkk2djq6ce@alap3.anarazel.de

Files

Discussion