pgsql: Use INT64_FORMAT when formatting int64 values in explain

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use INT64_FORMAT when formatting int64 values in explain
Date: 2020-04-06 23:18:16
Message-ID: E1jLb0S-0001nh-I8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use INT64_FORMAT when formatting int64 values in explain

Per report from lapwing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4bea576b032d6e5435ef0946194aada314e67691

Modified Files
--------------
src/backend/commands/explain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-04-07 00:14:03 pgsql: Introduce xid8-based functions to replace txid_XXX.
Previous Message Tomas Vondra 2020-04-06 22:02:30 pgsql: Fix failures in incremental_sort due to number of workers