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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2f6e240d7ac930698995ac608695cb0368f504f2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-06-20T16:12:29Z
Releases: 18.0
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: https://postgr.es/m/aFVR7R7VDX7y2ruc@msg.df7cb.de

Files

PathChange+/−
src/makefiles/pgxs.mk modified +0 −3

Discussion