Fix failing Memoize test on 32-bit machines 609f969f6 reduced memory overheads for storing a tuple in Memoize. That resulted in a Memoize eviction test no longer evicting anything from the cache on 32-bit machines.
Here we fix that by adding another column to store in the cached MinimalTuple. Reported-by: Michael Paquier <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/7788fcf39bf98c3403f052f3edd73d86fe1501a7 Modified Files -------------- src/test/regress/expected/memoize.out | 11 +++++------ src/test/regress/sql/memoize.sql | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-)
