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_17_BETA1~1234 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a46972e30ca7e15b667a47b57b42c9dd78bfaab8;p=thirdparty%2Fpostgresql.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, )