pgsql: pgxs.mk: remove unreachable rule for deleting regress.def.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgxs.mk: remove unreachable rule for deleting regress.def.
Date: 2025-06-20 16:13:26
Message-ID: E1uSeMn-002ZQU-2y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgxs.mk: remove unreachable rule for deleting regress.def.

We never create regress.def, and if we did this code would fail to
delete it, because "win" is not the correct PORTNAME for Windows.

This thinko seems to have originated in commit 7a6b562fd from 1999,
although it got moved around multiple times since then.

Author: Christoph Berg <myon(at)debian(dot)org>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/aFVR7R7VDX7y2ruc@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f6e240d7ac930698995ac608695cb0368f504f2

Modified Files
--------------
src/makefiles/pgxs.mk | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-06-20 17:04:37 Re: pgsql: Improve runtime and output of tests for replication slots checkp
Previous Message Melanie Plageman 2025-06-20 16:10:07 Re: pgsql: Improve runtime and output of tests for replication slots checkp