From: Tom Lane Date: Tue, 26 Dec 2023 22:03:02 +0000 (-0500) Subject: Fix mistaken file name in plpython's meson recipe. X-Git-Tag: REL_16_2~71 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=c72049dbc341ad995579658c572a1ec8f6209f36;p=postgresql.git Fix mistaken file name in plpython's meson recipe. Brown-paper-bag bug in commit 58c3151bb. Per buildfarm. --- diff --git a/src/pl/plpython/meson.build b/src/pl/plpython/meson.build index 0071817e44a..98b7d7c7af7 100644 --- a/src/pl/plpython/meson.build +++ b/src/pl/plpython/meson.build @@ -67,7 +67,7 @@ install_headers( 'plpy_typeio.h', 'plpy_util.h', 'plpython.h', - 'plpython_server.h', + 'plpython_system.h', install_dir: dir_include_server, )