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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a3b65fb28238fe7f4a1ae9685d39ff0c11bdb9d3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-01-18T21:51:40Z
Releases: 16.0
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.

Files

PathChange+/−
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm modified +3 −1