projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b195e6d
)
Commit b195e6d482 forgot to update meson.build.
author
Amit Kapila
<akapila@postgresql.org>
Fri, 27 Oct 2023 07:49:49 +0000
(13:19 +0530)
committer
Amit Kapila
<akapila@postgresql.org>
Fri, 27 Oct 2023 07:49:49 +0000
(13:19 +0530)
Author: Hayato Kuroda
Discussion: http://postgr.es/m/TYCPR01MB58701BA358D80073ED1BD528F5DCA@TYCPR01MB5870.jpnprd01.prod.outlook.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 2c4f38d865bc521d62b1ce88fe20d65b7b4f153e..3e8a08e06239915c6e929c522864f1ccbefaaf60 100644
(file)
--- a/
src/bin/pg_upgrade/meson.build
+++ b/
src/bin/pg_upgrade/meson.build
@@
-42,7
+42,7
@@
tests += {
'tests': [
't/001_basic.pl',
't/002_pg_upgrade.pl',
- 't/003_
upgrade_logical_replication
_slots.pl',
+ 't/003_
logical
_slots.pl',
],
'test_kwargs': {'priority': 40}, # pg_upgrade tests are slow
},