pgsql: Remove references to backup_fs_hot() in Cluster.pm

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove references to backup_fs_hot() in Cluster.pm
Date: 2024-03-18 05:21:48
Message-ID: E1rm5RT-004NqB-VH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove references to backup_fs_hot() in Cluster.pm

This routine has been removed in 39969e2a1e4d with the exclusive backup
mode but there were still references to it.

Issue noticed while working on 071e3ad59d6f.

Branch
------
master

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

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-03-18 09:40:36 pgsql: Refactor postmaster child process launching
Previous Message Nathan Bossart 2024-03-18 01:17:41 pgsql: Initialize variables to placate compiler.