From 1a57500eb032ff01779160b0f72e1178cd991903 Mon Sep 17 00:00:00 2001 From: Hayato Kuroda Date: Fri, 4 Sep 2026 12:00:04 +0900 Subject: [PATCH v2-PG18 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 8de72ed4247..09942598c69 100644 --- a/src/bin/pg_basebackup/pg_createsubscriber.c +++ b/src/bin/pg_basebackup/pg_createsubscriber.c @@ -1034,6 +1034,7 @@ check_publisher(const struct LogicalRepInfo *dbinfo) } pg_free(wal_level); + pg_free(max_slot_wal_keep_size); pg_free(output_plugin_libraries); pg_free(output_plugin_libraries_copy); pg_free(allowed_plugins); -- 2.52.0