Re: list of extended statistics on psql

From: Tatsuro Yamada <tatsuro(dot)yamada(dot)tf(at)nttcom(dot)co(dot)jp>
To: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: list of extended statistics on psql
Date: 2020-11-30 02:19:10
Message-ID: 6505b34d-a6a3-c9e0-9113-ff8dc0127465@nttcom.co.jp_1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Tomas and hackers,

> I don't prefer a long name but I'll replace the name with it to be clearer.
> For example, s/N_size/Ndistinct_size/.
>
> Please find attached patcheds:
>   - 0001: Replace column names
>   - 0002: Recreate regression test based on 0001

I rebased the patch set on the master (7e5e1bba03), and the regression
test is good. Therefore, I changed the status of the patch: "needs review".

I know that you proposed the new extended statistics[1], and it probably
conflicts with the patch. I hope my patch will get commit before your
patch committed to avoid the time of recreating. :-)

[1] https://www.postgresql.org/message-id/flat/ad7891d2-e90c-b446-9fe2-7419143847d7%40enterprisedb.com

Thanks,
Tatsuro Yamada

Attachment Content-Type Size
0001-Add-dX-command-on-psql-rebased-on-7e5e1bba03.patch text/plain 7.9 KB
0002-Add-regression-test-for-dX-rebased-on-7e5e1bba03.patch text/plain 9.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2020-11-30 02:25:41 Re: Add docs stub for recovery.conf
Previous Message Tom Lane 2020-11-30 02:18:15 Re: [sqlsmith] Planner error on lateral joins