Re: BUG #15448: server process (PID 22656) was terminated by exception 0xC0000005

2018-10-24 Thread Andrew Dunstan
On 10/24/2018 07:00 PM, Michael Banck wrote: Hi, On Tue, Oct 23, 2018 at 07:46:01AM -0400, Andrew Dunstan wrote: diff --git a/src/test/regress/expected/fast_default.out b/src/test/regress/expected/fast_default.out index 48bd360..0797e11 100644 --- a/src/test/regress/expected/fast_default.ou

Re: BUG #15448: server process (PID 22656) was terminated by exception 0xC0000005

2018-10-24 Thread Michael Banck
Hi, On Tue, Oct 23, 2018 at 07:46:01AM -0400, Andrew Dunstan wrote: > diff --git a/src/test/regress/expected/fast_default.out > b/src/test/regress/expected/fast_default.out > index 48bd360..0797e11 100644 > --- a/src/test/regress/expected/fast_default.out > +++ b/src/test/regress/expected/fast_de

Re: BUG #15448: server process (PID 22656) was terminated by exception 0xC0000005

2018-10-23 Thread Amit Langote
Hi, On Tue, Oct 23, 2018 at 8:46 PM Andrew Dunstan wrote: > On 10/22/2018 10:00 PM, Amit Langote wrote: > > After observing the test case in the provided log, I managed to reproduce > > it with the following: > > > > create table foo (a int primary key, b int); > > create table bar (a int referen

Re: BUG #15448: server process (PID 22656) was terminated by exception 0xC0000005

2018-10-23 Thread Andrew Dunstan
On 10/22/2018 10:00 PM, Amit Langote wrote: After observing the test case in the provided log, I managed to reproduce it with the following: create table foo (a int primary key, b int); create table bar (a int references foo on delete cascade, b int); insert into foo values (1, 1); insert int