Re: Building PostgreSQL in external directory is broken?

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Subject: Re: Building PostgreSQL in external directory is broken?
Date: 2022-07-13 13:36:32
Message-ID: CAJ7c6TOM3TfnX-gbCbM8fxosB7GC-jEA_5hcowhLW4-RMG==ag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro, Alexander,

> Please, check Alvaro's advise to run "git clean -dfx". Helped to me.

Thanks, `git clean -dfx` did the trick!

> Could you give an example of when this can be useful?

And now I can answer my own question. I can move all shell scripts I
typically use for the development from the repository and be sure they
are not going to be deleted by accident (by `git clean`, for
instance).

Very convenient.

--
Best regards,
Aleksander Alekseev

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ronan Dunklau 2022-07-13 13:47:13 Re: Support for grabbing multiple consecutive values with nextval()
Previous Message Jonathan S. Katz 2022-07-13 13:23:00 Re: PG15 beta1 sort performance regression due to Generation context change