pgsql: Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.
Date: 2022-04-23 03:21:56
Message-ID: E1ni6LM-000gGz-Gq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-04-23 16:16:18 pgsql: Fix incautious CTE matching in rewriteSearchAndCycle().
Previous Message Noah Misch 2022-04-23 02:59:27 Re: pgsql: Allow db.schema.table patterns, but complain about random garbag