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

From Tom Lane
Subject pgsql: Fix AdjustUpgrade.pm's view conversion list for --with-lz4.
Date
Msg-id E1pIGLa-004Ljc-WA@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix failure with perlcritic in psql's create_help.pl