On 03.03.24 18:39, Heikki Linnakangas wrote:
> Replace BackendIds with 0-based ProcNumbers
There are a couple of declarations that are duplicated between
src/include/storage/proc.h and src/include/storage/procnumber.h, such as
MyProcNumber, ParallelLeaderProcNumber, and
ProcNumberForTempRelations(). Is that intentional, or should that be fixed?