Re: Psql patch to show access methods info
Alexander Korotkov <a.korotkov@postgrespro.ru>
From: Alexander Korotkov <a.korotkov@postgrespro.ru>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Andres Freund <andres@anarazel.de>, Nikita Glukhov <n.gluhov@postgrespro.ru>,
Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>,
David Steele <david@pgmasters.net>
Date: 2020-01-21T02:59:18Z
Lists: pgsql-hackers
Attachments
- 0001-Add-psql-AM-info-commands-v11.patch (application/octet-stream) patch v11-0001
Hi, Michael! On Wed, Nov 27, 2019 at 11:05 AM Michael Paquier <michael@paquier.xyz> wrote: > On Mon, Sep 23, 2019 at 10:54:51PM +0300, Alexander Korotkov wrote: > > Revised patch is attached. > > The commit log of the patch reads like that: > "Fix handling Inf and Nan values in GiST pairing heap comparator" > > That's obviously incorrect. Do you have an updated patch? I am > moving that to next CF waiting on author. Sorry for this stupid error and for fixing it this late. Correct patch is attached. ------ Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Show opclass and opfamily related information in psql
- b0b5e20cd8d1 13.0 landed