contrib make check-world fail if data have been modified and there's vpath - Mailing list pgsql-hackers

From didier
Subject contrib make check-world fail if data have been modified and there's vpath
Date
Msg-id CAJRYxu+9B7tpBaDvo7EmsafAp=kgXC9cTMJbPx1=9Yiz8yeWSg@mail.gmail.com
Whole thread Raw
Responses Re: contrib make check-world fail if data have been modified and there's vpath  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,
because there's destination data
src/makefiles/pgxs.mk line
ln -s $< $@
fails and make clean doesn't remove these links.
ln -sf
is an option but it's not tested in configure
or rm -f

Regards
Didier



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Memory-Bounded Hash Aggregation
Next
From: Amit Langote
Date:
Subject: Re: Attached partition not considering altered column properties ofroot partition.