pgsql: Replace uint64 use introduced in 4868e446859 in light of595a0ea - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Replace uint64 use introduced in 4868e446859 in light of595a0ea
Date
Msg-id E1g7nqb-00018s-RC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Replace uint64 use introduced in 4868e446859 in light of 595a0eab7f42.

Reported-By: Tom Lane
Discussion: https://postgr.es/m/527.1538598263@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d173652797cf0cf456ac2c38eca898159a7c19fc

Modified Files
--------------
src/port/snprintf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Ensure that snprintf.c's fmtint() doesn't overflow whenprinting
Next
From: Michael Paquier
Date:
Subject: pgsql: Add option SKIP_LOCKED to VACUUM and ANALYZE