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

From: didier <did447(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: contrib make check-world fail if data have been modified and there's vpath
Date: 2019-07-03 00:26:49
Message-ID: CAJRYxu+9B7tpBaDvo7EmsafAp=kgXC9cTMJbPx1=9Yiz8yeWSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2019-07-03 01:52:59 Re: Attached partition not considering altered column properties of root partition.
Previous Message Tomas Vondra 2019-07-03 00:17:53 Re: Memory-Bounded Hash Aggregation