From: | Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | Teodor Sigaev <teodor(at)sigaev(dot)ru>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: WIP: Access method extendability |
Date: | 2016-03-25 14:32:14 |
Message-ID: | CAPpHfdsLKsPUzqRsQL4uOP9qsitPwr+P-=j=wgSzFX6tof=3zw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Mar 24, 2016 at 6:19 PM, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
wrote:
> .. Oh crap. I just noticed I forgot to update a comment in pg_dump's
> getAccessMethods. And we're missing psql tab-complete support for the
> new commands.
Attached patches fix both these issues.
------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment | Content-Type | Size |
---|---|---|
fix-pg_dump-comment.patch | application/octet-stream | 916 bytes |
fix-am-tab-complete.patch | application/octet-stream | 1.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2016-03-25 14:39:46 | Re: Move PinBuffer and UnpinBuffer to atomics |
Previous Message | Tom Lane | 2016-03-25 14:15:32 | Re: Small patch: Change calling convention for ShmemInitHash (and fix possible bug) |