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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix assorted poorly-thought-out message strings: use %u not %d
Date: 2010-02-02 22:01:53
Message-ID: 20100202220153.5361F7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix assorted poorly-thought-out message strings: use %u not %d for printing
OIDs, avoid random line breaks in strings somebody might grep for.

Modified Files:
--------------
pgsql/src/backend/storage/ipc:
standby.c (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-03 01:14:17 pgsql: Assorted cleanups in preparation for using a map file to support
Previous Message Tom Lane 2010-02-02 19:12:34 pgsql: CLUSTER specified the wrong namespace when renaming toast tables