initdb issue on 64-bit Windows - (Was: [pgsql-packagers] PG 9.6beta2 tarballs are ready)

From: Umair Shahid <umair(dot)shahid(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: initdb issue on 64-bit Windows - (Was: [pgsql-packagers] PG 9.6beta2 tarballs are ready)
Date: 2016-06-23 21:17:04
Message-ID: CAM184AcjqKYZSdQqBHDrnENXHhW=mXbUC46QYPJ=nAh0gUHCGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jun 24, 2016 at 2:14 AM, Umair Shahid <umair(dot)shahid(at)2ndquadrant(dot)com>
wrote:

>
> ---------- Forwarded message ----------
> From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Date: Thu, Jun 23, 2016 at 9:32 PM
> Subject: Re: [pgsql-packagers] PG 9.6beta2 tarballs are ready
> To: Magnus Hagander <magnus(at)hagander(dot)net>
> Cc: Umair Shahid <umair(dot)shahid(at)2ndquadrant(dot)com>, Dave Page <
> dpage(at)postgresql(dot)org>, PostgreSQL Packagers <
> pgsql-packagers(at)postgresql(dot)org>
>
>
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
> > That makes more sense as the joinrel stuff *has* been changed between the
> > two betas. I'm sure someone who's touched that code (Tom?) can comment on
> > that part..
>
> It still makes little sense to me, as the previous reports say that the
> problem happened during bootstrap, and the planner does not run
> during bootstrap.
>
> Could we get a look at debug_query_string in the coredump, to possibly
> narrow down where the crash is really happening?
>

Moving thread to -hackers ...

debug_query_string is

* "INSERT INTO pg_description SELECT t.objoid, c.oid, t.objsubid,
t.description FROM tmp_pg_description t, pg_class c WHERE c.relname =
t.classname;"*

Happening in "setup_description"

>
> > It's still strange that it doesn't affect woodlouse.
>
> Or any of the other Windows critters...
>
> regards, tom lane
>
>
>
> --
> Umair Shahid
> 2ndQuadrant - The PostgreSQL Support Company
> http://www.2ndQuadrant.com/
>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Flavius Anton 2016-06-23 21:54:11 Re: Protocol buffer support for Postgres
Previous Message Greg Stark 2016-06-23 20:50:31 Re: Protocol buffer support for Postgres