pgsql: Fix meson installation of xid_wraparound test.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix meson installation of xid_wraparound test.
Date: 2024-02-08 08:04:26
Message-ID: E1rXzOU-005D1Q-7k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix meson installation of xid_wraparound test.

Fix for e255b646a, to prevent installation of xid_wraparound test
module during main install.

Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/84cd416a-0e37-4019-8380-1c8a3cdd8c5c%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1aa67a5ea6870d42410cc2a3a0f9dcf6bd6bc1f5

Modified Files
--------------
src/test/modules/xid_wraparound/meson.build | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-02-08 09:22:59 pgsql: Update comment
Previous Message John Naylor 2024-02-08 03:09:55 pgsql: Fix warnings in cpluspluscheck