Removing rm regress.def
Christoph Berg <myon@debian.org>
From: Christoph Berg <myon@debian.org>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-06-20T12:19:57Z
Lists: pgsql-hackers
Attachments
- 0001-pgxs.mk-Remove-bogus-PORTNAME-win-rule.patch (text/x-diff)
pgxs.mk is cleaning up a file "regress.def" if PORTNAME=win, but the only reference to that file I could find is in the original commit from 1999 adding that "rm" rule (and several commits moving the rule around later). Given that the PORTNAME is wrong (should be win32), it's probably safe to just delete the rule. Christoph
Commits
-
pgxs.mk: remove unreachable rule for deleting regress.def.
- 2f6e240d7ac9 18.0 landed