]> granicus.if.org Git - postgresql/commit
Tweak new regression test case for better portability.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Jun 2014 01:31:41 +0000 (21:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Jun 2014 01:31:41 +0000 (21:31 -0400)
commitd4d48a5edd9eb28a7f2ee2e4cbe20d984274982e
tree5e494523f05812d6cf8b44d59c7421426fc53c29
parent4c8ab1b91d2bd154031f7bc8529b9e6e2f1cc443
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.
src/test/regress/expected/pg_lsn.out
src/test/regress/sql/pg_lsn.sql