diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-12-26 17:03:02 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-12-26 17:03:02 -0500 |
commit | a46972e30ca7e15b667a47b57b42c9dd78bfaab8 (patch) | |
tree | ffec4d8540d5724ead48ad3aa243a06a37a7df76 | |
parent | 58c3151bbc045e8f575027f53c79e328381e7e61 (diff) | |
download | postgresql-a46972e30ca7e15b667a47b57b42c9dd78bfaab8.tar.gz postgresql-a46972e30ca7e15b667a47b57b42c9dd78bfaab8.zip |
Fix mistaken file name in plpython's meson recipe.
Brown-paper-bag bug in commit 58c3151bb. Per buildfarm.
-rw-r--r-- | src/pl/plpython/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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, ) |