Re: Unresolved error 0xC0000409 on Windows Server
Matthew Gerber <gerber.matthew@gmail.com>
From: Matthew Gerber <gerber.matthew@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Noah Misch <noah@leadboat.com>, Craig Ringer <ringerc@ringerc.id.au>, Merlin Moncure <mmoncure@gmail.com>, pgsql-hackers@postgresql.org
Date: 2012-11-11T16:30:32Z
Lists: pgsql-hackers
On Sun, Nov 11, 2012 at 11:19 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Matthew Gerber <gerber.matthew@gmail.com> writes: > > On Sun, Nov 11, 2012 at 12:23 AM, Noah Misch <noah@leadboat.com> wrote: > >> It signifies scribbling past the end of the frame's local variables: > >> http://msdn.microsoft.com/en-us/library/8dbf701c.aspx > > > A slight update on this: previously, my insert code involved a long > > "SELECT ... UNION ALL ... SELECT ... UNION ALL ..." command. > > How long is "long"? > I was seeing queries with around 5000-7000 "UNION ALL" statements. Matt