pgsql: Fix the incorrect format specifier used in commit 7a424ece48.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix the incorrect format specifier used in commit 7a424ece48.
Date: 2024-02-16 06:11:51
Message-ID: E1rarRv-006Tz8-5O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix the incorrect format specifier used in commit 7a424ece48.

Author: Hou Zhijie
Discussion: https://postgr.es/m/514f6f2f-6833-4539-39f1-96cd1e011f23@enterprisedb.com
Discussion: https://postgr.es/m/OS0PR01MB5716CB015BAD807B29BC55BE944C2@OS0PR01MB5716.jpnprd01.prod.outlook.com

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/slotsync.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-02-16 09:22:55 pgsql: Disable autovacuum on primary in 040_standby_failover_slots_sync
Previous Message Amit Kapila 2024-02-16 04:52:50 pgsql: Change the LOG level in 040_standby_failover_slots_sync.pl to DE