Обсуждение: pgsql: Fix AdjustUpgrade.pm's view conversion list for --with-lz4.

Поиск
Список
Период
Сортировка

pgsql: Fix AdjustUpgrade.pm's view conversion list for --with-lz4.

От
Tom Lane
Дата:
Fix AdjustUpgrade.pm's view conversion list for --with-lz4.

Turns out the compression.sql test creates a view that needs
to be adjusted in the wake of 47bb9db75 --- except that without
--with-lz4, it fails to create the view at all, so I'd not
noticed this in testing.

Per buildfarm member crake.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a3b65fb28238fe7f4a1ae9685d39ff0c11bdb9d3

Modified Files
--------------
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)