crash with latest git HEAD - Mailing list pgsql-bugs

From Jon Nelson
Subject crash with latest git HEAD
Date
Msg-id CAKuK5J1c4+b3t_X3+GAtXekBW_v_mp-M04BP8o28ttNz7zXd+Q@mail.gmail.com
Whole thread Raw
Responses Re: crash with latest git HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following query results in a crash, ultimately due to the process
running out of memory:

create table blah as select md5(generate_series(1,50000000)::text) as a;

I'm running 602b27ab8e45fbb07cf5b275b0593b38190232e4.

I haven't yet done any git bisecting.

--
Jon

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: create database ... template = ... does not copy configuration parameters values
Next
From: Tom Lane
Date:
Subject: Re: crash with latest git HEAD