Tom Lane wrote: > Neil Conway <[EMAIL PROTECTED]> writes: > > I guess it would be safest to use %ld and cast pid_t to long. Of course, > > this seems a little paranoid -- is there actually a system with > > sizeof(pid_t) != 4? > > Traditionally PIDs fit in 16 bits, let alone 32. I'd recommend that we > standardize on casting pid_t to int for printing purposes;
Done. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend