]> granicus.if.org Git - postgresql/commit
Fix unportable coding in BackgroundWorkerStateChange().
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Feb 2014 22:15:05 +0000 (17:15 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Feb 2014 22:15:05 +0000 (17:15 -0500)
commit643f75ca9b5b3883395576aaf5246b67270a657b
treea919a755e5590b8fa9f084de9a10709992800068
parentf0ee42d59b797603d645df8876ae3abf6d016f1e
Fix unportable coding in BackgroundWorkerStateChange().

PIDs aren't necessarily ints; our usual practice for printing them
is to explicitly cast to long.  Per buildfarm member rover_firefly.
src/backend/postmaster/bgworker.c