Fix assorted poorly-thought-out message strings: use %u not %d for printing

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ab7c49c98811f539db9294c8f2d1a15380e025f6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-02-02T22:01:53Z
Releases: 9.0.0
Fix assorted poorly-thought-out message strings: use %u not %d for printing
OIDs, avoid random line breaks in strings somebody might grep for.

Files

PathChange+/−
src/backend/storage/ipc/standby.c modified +10 −15