pgsql: Avoid package qualification of $windows_os

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:34:08
Message-ID: E1rVdlA-004CvL-Gi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/90bad72cbbb3293c4aa11cd8e1a5939c200e7115

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-02-01 20:58:10 pgsql: Update time zone data files to tzdata release 2024a.
Previous Message Andrew Dunstan 2024-02-01 20:33:40 pgsql: Avoid package qualification of $windows_os