Add missing binary_upgrade.h includes.
authorAndres Freund <[email protected]>
Thu, 12 May 2022 16:20:36 +0000 (09:20 -0700)
committerAndres Freund <[email protected]>
Thu, 12 May 2022 19:39:33 +0000 (12:39 -0700)
commit0699b1ae2d8e7b8763a2019d9cd651ab55521779
treeaef50e2c1a2cdae3a0133d85603459f0ebd9bc1c
parent09cd33f47bb32f904c32b5aabe607a5125159cc4
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[email protected]
src/backend/catalog/heap.c
src/backend/commands/tablespace.c