pgsql: Fix mistaken file name in plpython's meson recipe.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix mistaken file name in plpython's meson recipe.
Date: 2023-12-26 22:03:44
Message-ID: E1rIFWZ-00C3S4-IG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix mistaken file name in plpython's meson recipe.

Brown-paper-bag bug in commit 58c3151bb. Per buildfarm.

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c72049dbc341ad995579658c572a1ec8f6209f36

Modified Files
--------------
src/pl/plpython/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-12-26 22:58:05 pgsql: Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings
Previous Message Tom Lane 2023-12-26 21:16:56 pgsql: Hide warnings from Python headers when using gcc-compatible comp