[HACKERS] Fix a typo in README.dependencies - Mailing list pgsql-hackers

From atorikoshi
Subject [HACKERS] Fix a typo in README.dependencies
Date
Msg-id 45b71fc0-50a1-68b4-7e13-a78493f38090@lab.ntt.co.jp
Whole thread Raw
Responses Re: [HACKERS] Fix a typo in README.dependencies  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
List pgsql-hackers
Hi,

I found below formula to compute selectivities, but
I think the last Probability 'P(b=?)' should be 'P(c=?)'.

>  P(a=?,b=?,c=?) = P(a=?,b=?) * (d + (1-d)*P(b=?))

Attached patch fixes it, and it also adds some spaces
following another formula which is on line 86 and
computes P(a=?, b=?).

Regards,

--
Atsushi Torikoshi
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: [HACKERS] logical replication - still unstable after all thesemonths
Next
From: Amit Kapila
Date:
Subject: Re: retry shm attach for windows (WAS: Re: [HACKERS] OK, so culicidaeis *still* broken)