pgsql: Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.
Date
Msg-id E1ni6LM-000gGz-Gq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.

Today's test case detected alignment problems only when executing on
AIX.  This change lets popular platforms detect the same problems.

Reviewed by Masahiko Sawada.

Discussion: https://postgr.es/m/20220415072601.GG862547@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c1da0acbb06e9175044b436d14c51cef03339109

Modified Files
--------------
src/test/regress/expected/sanity_check.out | 10 +++++-----
src/test/regress/expected/test_setup.out   |  2 +-
src/test/regress/regress.c                 | 16 ++++++----------
src/test/regress/sql/sanity_check.sql      |  6 +++---
src/test/regress/sql/test_setup.sql        |  2 +-
5 files changed, 16 insertions(+), 20 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Remove some recently-added pg_dump test cases.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix incautious CTE matching in rewriteSearchAndCycle().