Re: Removing rm regress.def

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Removing rm regress.def
Date: 2025-06-20 15:20:43
Message-ID: 1939788.1750432843@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christoph Berg <myon(at)debian(dot)org> writes:
> 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.

Yeah, seems quite bogus. It's harmless though, so I don't
see a need to back-patch, do you?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Orlov 2025-06-20 15:45:28 mxid and mxoff wraparound issues in pg_upgrade
Previous Message Andres Freund 2025-06-20 15:02:23 Re: pgv18: simple table scan take more time than pgv14