pgsql: Use INT64_FORMAT instead of %ld for int64. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Use INT64_FORMAT instead of %ld for int64.
Date
Msg-id E1agzay-0007Yw-Mh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use INT64_FORMAT instead of %ld for int64.

Commit 0011c0091e886b874e485a46ff2c94222ffbf550 introduced this
mistake.

Patch by me.  Reported by Andres Freund, who also reviewed the
patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/08a6d36dcbe4ebdcdf9d554e5b571748fe23001b

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Error out if waiting on socket readiness without a specified soc
Next
From: Tom Lane
Date:
Subject: pgsql: Decouple psqlscan.l from surrounding program.