Re: [BUGS] BUG #4743: potential bug between int and uint

2009-03-31 Thread Tom Lane
"MATSUDA, Daiki" writes: > - int count = 0; > - int subcount = 0; > + uint32 count = 0; > + int32 subcount = 0; This is really unimportant, since neither counter could possibly approach the point of overflow. (If

[BUGS] BUG #4743: potential bug between int and uint

2009-03-31 Thread MATSUDA, Daiki
The following bug has been logged online: Bug reference: 4743 Logged by: MATSUDA, Daiki Email address: d.mat...@gmail.com PostgreSQL version: 8.3.6 Operating system: Linux Description:potential bug between int and uint Details: diff -uNrp ./src/backend/storage/ipc/p