pgsql: Cannot rely on %z printf length modifier. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Cannot rely on %z printf length modifier.
Date
Msg-id E1XafoP-0008Jl-6Z@gemulon.postgresql.org
Whole thread Raw
List 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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/525510aea55e7c1259de6853555534559110ca50

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Cannot rely on %z printf length modifier.
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Check for GiST index tuples that don't fit on a page.