On 29/12/2024 19:43, Peter Eisentraut wrote:
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?

It was not intentional. At quick glance, I think we should keep the declarations in procnumber.h and remove the duplicates from proc.h. I will do that next week when I'm back from vacation. Or feel free to do it yourself before that if you want. Thanks for noticing!

- Heikki



Reply via email to