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
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