Fix mistaken file name in plpython's meson recipe.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Dec 2023 22:03:02 +0000 (17:03 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Dec 2023 22:03:02 +0000 (17:03 -0500)
Brown-paper-bag bug in commit 58c3151bb.  Per buildfarm.

src/pl/plpython/meson.build

index 0071817e44a588e36289cc021dd8ffbd65682ed0..98b7d7c7af7a14a13b8d9f5aede77be29dc88c6c 100644 (file)
@@ -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,
 )