Re: a potential size overflow issue

2020-09-25 Thread Tom Lane
David Zhang writes: > "InitBufTable" is the function used to initialize the buffer lookup > table for buffer manager. With the memory size increasing nowadays, > there is a potential overflow issue for the parameter "int size" used by > "InitBufTable". This function is invoked in freelist.c as

a potential size overflow issue

2020-09-25 Thread David Zhang
Hi hackers, "InitBufTable" is the function used to initialize the buffer lookup table for buffer manager. With the memory size increasing nowadays, there is a potential overflow issue for the parameter "int size" used by "InitBufTable". This function is invoked in freelist.c as below:     Ini