pgsql: Add accidentally omitted test to meson build file - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Add accidentally omitted test to meson build file
Date
Msg-id E1sYWKb-001mzS-DQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9d198f4d3e3bee1b2f392c1466728f6d19c89ada

Modified Files
--------------
src/test/recovery/meson.build | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Detach syslogger from shared memory
Next
From: Jeff Davis
Date:
Subject: pgsql: Do not return NULL from pg_newlocale_from_collation().