Re: pgsql: Move snowball_create.sql creation into perl file

From: Christoph Berg <myon(at)debian(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, PostgreSQL Packagers <pgsql-packagers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Move snowball_create.sql creation into perl file
Date: 2023-05-23 14:06:26
Message-ID: ZGzIYsCF0cpeAPWP@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Re: To Andres Freund
> this seems to have broken out-of-tree builds from tarballs:
>
> /usr/bin/install -c -m 644 snowball_create.sql '/srv/projects/postgresql/debian/16/build/tmp_install/usr/share/postgresql/16'
> /usr/bin/install: cannot stat 'snowball_create.sql': No such file or directory

Fortunately, there is an easy workaround, just delete
src/backend/snowball/snowball_create.sql before building, it will then
be recreated in the proper build directory.

Christoph

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2023-05-23 14:25:59 Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call
Previous Message Christoph Berg 2023-05-23 13:47:46 Re: pgsql: Move snowball_create.sql creation into perl file

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2023-05-23 14:25:59 Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call
Previous Message Christoph Berg 2023-05-23 13:47:46 Re: pgsql: Move snowball_create.sql creation into perl file