Re: BUG #15460: Error while creating index or constraint

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: BUG #15460: Error while creating index or constraint
Дата
Msg-id CAEepm=2HVHTCXt0eqnxBt5W4uABzTAcCxFexLiMHPd0oNQckFA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #15460: Error while creating index or constraint  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-bugs
On Wed, Nov 14, 2018 at 9:12 AM Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> On Wed, Nov 14, 2018 at 6:50 AM Peter Geoghegan <pg@bowt.ie> wrote:
> > I think that int64 is the way to go.

Thanks.  Pushed to master and 11.

If anyone with a Windows system would like to verify that the problem
is fixed, I found the following test case by changing BufFileSize()
and ltsConcatWorkerTapes() to use int32 instead of off_t so I see the
error too:

create table t as select generate_series(1, 100000000) i, 'hello
world, this is a test' v;
create index on t (i, v);

I expect that test case to fail on Windows before today's commit.

-- 
Thomas Munro
http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15506: Foreign data wrapper (postgres_fdw) unexpected behavior
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15507: undefined symbol: geod_polygon_init