mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 00:33:54 -05:00
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
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.cygwin | ||
| Makefile.darwin | ||
| Makefile.freebsd | ||
| Makefile.linux | ||
| Makefile.netbsd | ||
| Makefile.openbsd | ||
| Makefile.solaris | ||
| Makefile.win32 | ||
| meson.build | ||
| pgxs.mk | ||