projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d75b2
)
Add test 005_char_signedness.pl to meson.build.
author
Masahiko Sawada
<
[email protected]
>
Fri, 21 Feb 2025 20:31:16 +0000
(12:31 -0800)
committer
Masahiko Sawada
<
[email protected]
>
Fri, 21 Feb 2025 20:31:16 +0000
(12:31 -0800)
Oversight in
a8238f87f98
where the test has been added.
Discussion: https://postgr.es/m/
CB11ADBC
-0C3F-4FE0-A678-
666EE80CBB07
%40amazon.com
src/bin/pg_upgrade/meson.build
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/meson.build
b/src/bin/pg_upgrade/meson.build
index cc2ba97d9a95a071f824a7e3bc448db30f584951..da84344966ad3a0d2a87bfbfd901cf2f44957725 100644
(file)
--- a/
src/bin/pg_upgrade/meson.build
+++ b/
src/bin/pg_upgrade/meson.build
@@
-45,6
+45,7
@@
tests += {
't/002_pg_upgrade.pl',
't/003_logical_slots.pl',
't/004_subscription.pl',
+ 't/005_char_signedness.pl',
],
'test_kwargs': {'priority': 40}, # pg_upgrade tests are slow
},