diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-02-28 16:44:32 +0400 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-02-28 16:44:32 +0400 |
commit | 802d886054ff948022a93bae324eae66276623cc (patch) | |
tree | 869d71dda218d478f5d319667fdba2ceffb22b07 | |
parent | 0b16bb8776bb834eb1ef8204ca95dd7667ab948b (diff) | |
download | postgresql-802d886054ff948022a93bae324eae66276623cc.tar.gz postgresql-802d886054ff948022a93bae324eae66276623cc.zip |
Run autoconf, for update of a comment.
I forgot to run autoconf in commit 0b16bb8776, after some last minute
comment changes.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 564319c0560..2b3860b50f9 100755 --- a/configure +++ b/configure @@ -16976,7 +16976,7 @@ _ACEOF # Compute maximum alignment of any basic type. # -# We require 'double' to have the strictest alignment among base types, +# We require 'double' to have the strictest alignment among the basic types, # because otherwise the C ABI might impose 8-byte alignment on some of the # other C types that correspond to TYPALIGN_DOUBLE SQL types. That could # cause a mismatch between the tuple layout and the C struct layout of a |