pgsql: Fix format specifier for NOTICE in copyfrom.c

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix format specifier for NOTICE in copyfrom.c
Date: 2024-01-16 23:14:00
Message-ID: E1rPsd6-001lJR-Lx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix format specifier for NOTICE in copyfrom.c

It's incorrect to use %lz for 64-bit numbers on 32-bit machine.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ad1f7db87f0375cfd7c6ae24aa13bdbdff2477a

Modified Files
--------------
src/backend/commands/copyfrom.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-01-16 23:55:06 pgsql: xml2: Replace deprecated routines with recommended ones
Previous Message Alexander Korotkov 2024-01-16 22:52:29 Re: pgsql: Add new COPY option SAVE_ERROR_TO