From 75ed826e3bebd43ac748eb0f61b01d71d174a4f0 Mon Sep 17 00:00:00 2001 From: Hayato Kuroda Date: Fri, 4 Sep 2026 12:00:04 +0900 Subject: [PATCH v3-PG17 2/2] free allocated memory for max_slot_wal_keep_size --- src/bin/pg_basebackup/pg_createsubscriber.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/pg_basebackup/pg_createsubscriber.c b/src/bin/pg_basebackup/pg_createsubscriber.c index a81f44e4b0a..8542ec6dc85 100644 --- a/src/bin/pg_basebackup/pg_createsubscriber.c +++ b/src/bin/pg_basebackup/pg_createsubscriber.c @@ -1014,6 +1014,7 @@ check_publisher(const struct LogicalRepInfo *dbinfo) } pg_free(wal_level); + pg_free(max_slot_wal_keep_size); if (failed) exit(1); -- 2.52.0