Re: [POC] FETCH limited by bytes.

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: [POC] FETCH limited by bytes.
Дата
Msg-id CAFjFpRfU9_DnDccdZDwzjK70my18HsnwGadDQHsEq_LFbpA8Eg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [POC] FETCH limited by bytes.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [POC] FETCH limited by bytes.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
There seems to be double successive assignment to fdw_private in recent commit. Here's patch to remove the first one.

On Wed, Feb 3, 2016 at 7:40 PM, Robert Haas <robertmhaas@gmail.com> wrote:
On Tue, Feb 2, 2016 at 10:42 PM, Corey Huinker <corey.huinker@gmail.com> wrote:
>> I don't see how.  There really is no declaration in there for a
>> variable called server.
>
> Absolutely correct. My only guess is that it was from failing to make clean
> after a checkout/re-checkout. A good reason to have even boring regression
> tests.
>
> Regression tests added.

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: CustomScan in a larger structure (RE: CustomScan support on readfuncs.c)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: PostgreSQL Audit Extension