In pg_amcheck tests, don't depend on perl's Q/q pack code. It does not work on all versions of perl across all platforms.
To avoid endian-ness issues, pick a new value for column a that has the same upper 4 bytes as lower 4 bytes. Try to make it something that isn't likely to occur anywhere nearby in the page. Discussion: http://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/945d2cb7d0255e296a55f3e9febb5dce6eaccc3e Modified Files -------------- src/bin/pg_amcheck/t/004_verify_heapam.pl | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-)
