summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelanie Plageman <melanieplageman@gmail.com>2024-07-29 15:37:32 -0400
committerMelanie Plageman <melanieplageman@gmail.com>2024-07-29 15:45:39 -0400
commit9d198f4d3e3bee1b2f392c1466728f6d19c89ada (patch)
treeee2263ab1c99c586c79ed99e660b03c22621db10
parent571e0ee40ebdaf0c75b11756620c9c9d453cc644 (diff)
Add accidentally omitted test to meson build file
01e2b7f0fd02a44e introduced a test that vacuum correctly removes tuples older than OldestXmin. The same commit was backpatched on 14-16, but 16 is the only version with meson and the test was mistakenly left off of the recovery test meson build file. Add it now. Discussion: https://postgr.es/m/CAAKRu_bWmMjmqL%2BOZ2duEQ80u7cRvpsExLNZNjzk-pXX5skwMQ%40mail.gmail.com
-rw-r--r--src/test/recovery/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/recovery/meson.build b/src/test/recovery/meson.build
index 9e9c68d0513..f5c1021a5ea 100644
--- a/src/test/recovery/meson.build
+++ b/src/test/recovery/meson.build
@@ -44,6 +44,7 @@ tests += {
't/036_truncated_dropped.pl',
't/037_invalid_database.pl',
't/039_end_of_wal.pl',
+ 't/043_vacuum_horizon_floor.pl',
],
},
}