Re: Defects with invalid stats data for expressions in extended stats - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Defects with invalid stats data for expressions in extended stats
Date
Msg-id CADkLM=dqmnrX+MuS6bAfE3wA9NHte_z=KpcvJLJp0_g0pfMTmA@mail.gmail.com
Whole thread
In response to Re: Defects with invalid stats data for expressions in extended stats  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Defects with invalid stats data for expressions in extended stats
List pgsql-hackers
No, that's on purpose.  Using a SQL function with a body would not
trigger the problem with the stats loaded at the end of the SQL test
as we would skip the fatal call of statext_expressions_load().  Based
on your confusion, I guess that a note to document that is in order,
at least, so as nobody comes with the idea of changing the definition
of this function..

Thanks for the explanation. Changes look good.

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Next
From: Yura Sokolov
Date:
Subject: Re: Fix bug in multixact Oldest*MXactId initialization and access