pgsql: Use INT64_FORMAT when formatting int64 values in explain - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Use INT64_FORMAT when formatting int64 values in explain
Date
Msg-id E1jLb0S-0001nh-I8@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Fix failures in incremental_sort due to number of workers
Next
From: Thomas Munro
Date:
Subject: pgsql: Add SQL type xid8 to expose FullTransactionId to users.