| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: meson: Fix sepgsql installation |
| Date: | 2025-01-24 10:10:28 |
| Message-ID: | E1tbGdw-003Fpk-28@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
meson: Fix sepgsql installation
The sepgsql.sql file should be installed under share/contrib/, not
share/extension/, since it is not an extension. This makes it match
what make install does.
Discussion: https://www.postgresql.org/message-id/flat/651a5baf-5c45-4a5a-a202-0c8453a4ebf8(at)eisentraut(dot)org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/02ed3c2bdcefab453b548bc9c7e0e8874a502790
Modified Files
--------------
contrib/sepgsql/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amul Sul | 2025-01-24 10:57:41 | Re: pgsql: Allow NOT VALID foreign key constraints on partitioned tables |
| Previous Message | Michael Paquier | 2025-01-24 06:48:54 | Re: pgsql: Allow NOT VALID foreign key constraints on partitioned tables |