Original
>From: ZizhuanLiu X-MAN <[email protected]>
>Date: 2026-08-29 15:27
>To: pgsql-hackers <[email protected]>
>Cc: Ilia Evdokimov <[email protected]>, Damil Shahzad 
><[email protected]>, Tom Lane <[email protected]>
>Subject: Re: Fix var_eq_const: sum selectivity of all matching MCV entries 
>instead of stopping at first match

Hi,
 I found the accents in the earlier 01‑0‑setup.sql got converted by the editor. 
This is now fixed, and all attachments are re‑supplied.

The correct content of 01‑0‑setup.sql is:
insert into t_mcv_123 
select g, t.*,g::text
FROM generate_series(1, 500) g, 
(values
('À'),
('à'),
('Á'),
('á'),
('Â'),
('â'),
('Ã'),
('ã'),
('Ä'),
('ä'),
('Å'),
('å')) t;



regards,
--
ZizhuanLiu (X-MAN) 
[email protected]

Attachment: 00-scan_mcv_performance_comparison.txt
Description: Binary data

Attachment: 01-0-list.txt
Description: Binary data

Attachment: 01-0-setup.sql
Description: Binary data

Attachment: 01-1-material-off-model.sql
Description: Binary data

Attachment: 01-2-material-off-test.shsh
Description: Binary data

Attachment: 02-1-material-on-model.sql
Description: Binary data

Attachment: 02-2-material-on-test.shsh
Description: Binary data

Attachment: stats.xlsx
Description: Binary data

Reply via email to