]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add accidentally omitted test to meson build file
authorMelanie Plageman <melanieplageman@gmail.com>
Mon, 29 Jul 2024 19:37:32 +0000 (15:37 -0400)
committerMelanie Plageman <melanieplageman@gmail.com>
Mon, 29 Jul 2024 19:45:39 +0000 (15:45 -0400)
commit9d198f4d3e3bee1b2f392c1466728f6d19c89ada
treeee2263ab1c99c586c79ed99e660b03c22621db10
parent571e0ee40ebdaf0c75b11756620c9c9d453cc644
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
src/test/recovery/meson.build