Re: pgsql: Move snowball_create.sql creation into perl file
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christoph Berg <myon@debian.org>
Cc: Andres Freund <andres@anarazel.de>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
PostgreSQL Packagers <pgsql-packagers@lists.postgresql.org>
Date: 2023-05-23T14:46:30Z
Lists: pgsql-hackers
Attachments
- fix-snowball-install-rule.patch (text/x-diff) patch
Christoph Berg <myon@debian.org> writes: >> 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 I think the attached will do for a proper fix. I'm not inclined to re-wrap just for this. regards, tom lane
Commits
-
Fix the install rule for snowball_create.sql.
- 5df5bea29070 16.0 landed
-
Move snowball_create.sql creation into perl file
- b3a0d8324cf1 16.0 cited