projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c3151
)
Fix mistaken file name in plpython's meson recipe.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 26 Dec 2023 22:03:02 +0000
(17:03 -0500)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/meson.build
b/src/pl/plpython/meson.build
index 0071817e44a588e36289cc021dd8ffbd65682ed0..98b7d7c7af7a14a13b8d9f5aede77be29dc88c6c 100644
(file)
--- 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_s
erver
.h',
+ 'plpython_s
ystem
.h',
install_dir: dir_include_server,
)