pgsql: Fix incorrect format placeholder

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect format placeholder
Date: 2023-10-03 06:35:01
Message-ID: E1qnYzl-007FJm-GL@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect format placeholder

Branch
------
master

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

Modified Files
--------------
src/test/modules/libpq_pipeline/libpq_pipeline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-03 06:37:54 pgsql: Avoid memory size overflow when allocating backend activity buff
Previous Message David Rowley 2023-10-03 04:10:15 pgsql: Tidy-up some appendStringInfo*() usages