pgsql: Fix typalign in rangetypes statistics - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix typalign in rangetypes statistics
Date
Msg-id E1kr6L9-0003uZ-CY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typalign in rangetypes statistics

6df7a9698b introduces multirange types, whose typanalyze function shares
infrastructure with range types typanalyze function.  Since 6df7a9698b,
information about type gathered by statistics is filled from typcache.
But typalign is mistakenly always set to double.  This commit fixes this
oversight.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4e1ee79e3182256d9c8ddbc1ce9c4e8419c611ff

Modified Files
--------------
src/backend/utils/adt/rangetypes_typanalyze.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: fix description of how to use src/tutorial files.
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor logic to check for ASCII-only characters in string