pgsql: meson: Fix sepgsql installation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: meson: Fix sepgsql installation
Date
Msg-id E1tbGdw-003Fpl-2o@gemulon.postgresql.org
Whole thread Raw
List 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@eisentraut.org

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/24c5b73eb6ec744b07bb91e6865cd461a3a17f42

Modified Files
--------------
contrib/sepgsql/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: initdb: Convert tests to use long options with fat comma style
Next
From: Amul Sul
Date:
Subject: Re: pgsql: Allow NOT VALID foreign key constraints on partitioned tables