Removing rm regress.def

From: Christoph Berg <myon(at)debian(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Removing rm regress.def
Date: 2025-06-20 12:19:57
Message-ID: aFVR7R7VDX7y2ruc@msg.df7cb.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-pgxs.mk-Remove-bogus-PORTNAME-win-rule.patch text/x-diff 864 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2025-06-20 12:30:18 Re: generic plans and "initial" pruning
Previous Message Dilip Kumar 2025-06-20 11:29:10 Re: BUG #18959: Name collisions of expression indexes during parallel Index creations on a pratitioned table.