Add accidentally omitted test to meson build file
authorMelanie Plageman <[email protected]>
Mon, 29 Jul 2024 19:37:32 +0000 (15:37 -0400)
committerMelanie Plageman <[email protected]>
Mon, 29 Jul 2024 19:45:39 +0000 (15:45 -0400)
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

index 9e9c68d0513fdbbb0bfeaca19356358b67c33ffe..f5c1021a5ea605703de1f7f0485adc06628bd956 100644 (file)
@@ -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',
     ],
   },
 }