pgsql: Avoid package qualification of $windows_os

Lists: pgsql-committers
From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid package qualification of $windows_os
Date: 2024-02-01 20:33:20
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Avoid package qualification of $windows_os

Further fallout from commit 6ee26c6a4b. To keep code in sync and avoid
issues on older releases with different package names, simply use the
unqualified name like many other places in our code.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/53ea383da8e8c93b370f797b19444a87b6cede9c

Modified Files
--------------
src/bin/pg_rewind/t/003_extrafiles.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)