Tweak new regression test case for better portability.

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

Commit: d4d48a5edd9eb28a7f2ee2e4cbe20d984274982e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-06-05T01:31:41Z
Releases: 9.4.0
Tweak new regression test case for better portability.

Buildfarm says we get different plans on 32-bit and 64-bit platforms,
probably because of MAXALIGN-related differences in memory-consumption
calculations.  Add some dummy WHERE clauses so that the planner estimates
different sizes for the three generate_series() relations; that should
stabilize the choice of join order.

Files

PathChange+/−
src/test/regress/expected/pg_lsn.out modified +6 −2
src/test/regress/sql/pg_lsn.sql modified +2 −0