| From: | Matthew Gerber <gerber(dot)matthew(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Noah Misch <noah(at)leadboat(dot)com>, Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>, Merlin Moncure <mmoncure(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Unresolved error 0xC0000409 on Windows Server |
| Date: | 2012-11-11 16:30:32 |
| Message-ID: | CAOcpbfoOv+_W6wuhhMtX+Rk1vJ7-Xc2Ov01w5EbgsbqOkq3WLg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sun, Nov 11, 2012 at 11:19 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Matthew Gerber <gerber(dot)matthew(at)gmail(dot)com> writes:
> > On Sun, Nov 11, 2012 at 12:23 AM, Noah Misch <noah(at)leadboat(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2012-11-11 17:22:24 | Re: Unresolved error 0xC0000409 on Windows Server |
| Previous Message | Tom Lane | 2012-11-11 16:19:04 | Re: Unresolved error 0xC0000409 on Windows Server |