pgsql: Cannot rely on %z printf length modifier.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cannot rely on %z printf length modifier.
Date: 2014-10-05 07:00:57
Message-ID: E1XafoP-0008Jj-6U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cannot rely on %z printf length modifier.

Before version 9.4, we didn't require sprintf to support the %z length
modifier. Use %lu instead.

Reported by Peter Eisentraut. Apply to 9.3 and earlier.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0fb250dae751c6b8f6f3587cdb610b180fb7125a

Modified Files
--------------
src/backend/access/gist/gist.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-10-05 07:06:23 Re: pgsql: Check for GiST index tuples that don't fit on a page.
Previous Message Robert Haas 2014-10-05 02:52:37 pgsql: Eliminate one background-worker-related flag variable.