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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix AdjustUpgrade.pm's view conversion list for --with-lz4.
Дата
Msg-id E1pIGLa-004Ljc-WA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix failure with perlcritic in psql's create_help.pl