Thread: pgsql: Fix unportable coding in BackgroundWorkerStateChange().

pgsql: Fix unportable coding in BackgroundWorkerStateChange().

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/643f75ca9b5b3883395576aaf5246b67270a657b

Modified Files
--------------
src/backend/postmaster/bgworker.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)