Re: ECPG FETCH readahead
Böszörményi Zoltán <zboszor@pr.hu>
From: Boszormenyi Zoltan <zboszor@pr.hu>
To: PG Hackers <pgsql-hackers@postgresql.org>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Michael Meskes <meskes@postgresql.org>, Noah Misch <noah@leadboat.com>, Peter Eisentraut <peter_e@gmx.net>, Robert Haas <robertmhaas@gmail.com>, Heikki Linnakangas <hlinnakangas@vmware.com>, Bruce Momjian <bruce@momjian.us>, Hans-Jürgen Schönig <hs@cybertec.at>, Antonin Houska <antonin.houska@gmail.com>
Date: 2014-04-16T08:58:12Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix some "translator:" comments mangled by pgindent
- 673b52753489 9.4.0 cited
-
Make sure float4in/float8in accept all standard spellings of "infinity".
- 221e92f64c6e 9.4.0 cited
2014-04-16 10:54 keltezéssel, Boszormenyi Zoltan írta:
> 2014-01-18 18:08 keltezéssel, Boszormenyi Zoltan írta:
>> Hi,
>>
>>
>> Alvaro Herrera wrote:
>>> Boszormenyi Zoltan escribió:
>>>> Rebased patches after the regression test and other details were fixed
>>>> in the infrastructure part.
>>>
>>> This thread started in 2010, and various pieces have been applied
>>> already and some others have changed in nature. Would you please post a
>>> new patchset, containing rebased patches that still need application, in
>>> a new email thread to be linked in the commitfest entry?
>>
>> I hope Thunderbird did the right thing and didn't include the reference
>> message ID when I told it to "edit as new". So supposedly this is a new
>> thread but with all the cc: addresses kept.
>>
>> I have rebased all remaining patches and kept the numbering.
>> All the patches from 18 to 25 that were previously in the
>> "ECPG infrastructure" CF link are included here.
>>
>> There is no functional change.
>
> Because of the recent bugfixes in the ECPG area, the patchset
> didn't apply cleanly anymore. Rebased with no functional change.
The patches themselves are a little bigger though. It's because the
patches are generated with 10 lines of context, this was set in my
$HOME/.gitconfig:
[diff]
context = 10
Best regards,
Zoltán Böszörményi