Add missing binary_upgrade.h includes.

Andres Freund <andres@anarazel.de>

Commit: 0699b1ae2d8e7b8763a2019d9cd651ab55521779
Author: Andres Freund <andres@anarazel.de>
Date: 2022-05-12T19:39:33Z
Releases: 15.0
Add missing binary_upgrade.h includes.

A few places used binary_upgrade_* variables without including the header,
which worked without warnings because the variables are defined in those
places. However that can cause linker complaints with MSVC - except that we
don't see them right now, due to the use of a symbol export file.

Discussion: https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de

Files

PathChange+/−
src/backend/catalog/heap.c modified +1 −0
src/backend/commands/tablespace.c modified +1 −0

Discussion