pgxs.mk: remove unreachable rule for deleting regress.def.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jun 2025 16:12:29 +0000 (12:12 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jun 2025 16:12:29 +0000 (12:12 -0400)
commit2f6e240d7ac930698995ac608695cb0368f504f2
treebd2ce45b9eb4701daaf0ba5b8fb48c44ae97018b
parent4464fddf7b50abe3dbb462f76fd925e10eedad1c
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@debian.org>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: http://postgr.es/m/aFVR7R7VDX7y2ruc@msg.df7cb.de
src/makefiles/pgxs.mk