Add accidentally omitted test to meson build file

Melanie Plageman <melanieplageman@gmail.com>

Commit: 9d198f4d3e3bee1b2f392c1466728f6d19c89ada
Author: Melanie Plageman <melanieplageman@gmail.com>
Date: 2024-07-29T19:45:39Z
Releases: 16.4
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

Files

PathChange+/−
src/test/recovery/meson.build modified +1 −0

Discussion