Typos in the comment for the estimate_multivariate_ndistinct()

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Typos in the comment for the estimate_multivariate_ndistinct()
Date: 2025-04-14 13:34:16
Message-ID: CAHewXNk=M-5VM-f19hxjqSTpbRk4eszoYzedwC4_btYZGSXbww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While reading the estimate_multivariate_ndistinct(),
I think "If a match it found, *varinfos is
* updated to remove the list of matched varinfos"
should be "If a match is found, *varinfos is
* updated to remove the list of matched varinfos"
I've attached a patch for that.

--
Thanks,
Tender Wang

Attachment Content-Type Size
0001-Fix-a-typo.patch text/plain 988 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Moench-Tegeder 2025-04-14 13:47:13 Re: rounding_up
Previous Message Aleksander Alekseev 2025-04-14 13:29:37 Re: Add pg_get_injection_points() for information of injection points