Re: [HACKERS] initdb problems

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: emkxp01(at)mtcc(dot)demon(dot)co(dot)uk
Cc: emkxp01(at)mtcc(dot)demon(dot)co(dot)uk, meskes(at)topsystem(dot)de, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] initdb problems
Date: 1998-08-26 16:44:21
Message-ID: 199808261644.MAA19040@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[Charset ISO-8859-1 unsupported, filtering to ASCII...]
> Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
>
> >
> > > Hi All,
> > >
> > > My problems seem to be getting worse!!
> > >
> > > Yesterday I was only getting a crash when I tried to create a table.
> > >
> > > Today, with the latest from cvs I'm getting a crash on a simple select.
> > >
> > > Here's the backtrace:-
> >
> > OK, selects should be fixed now. Also
>
> Confirmed, selects are fine, thanks.
>
> >
> > select relname, attname,attalign from pg_class, pg_attribute, pg_type
> > where atttypid = pg_type.oid and typname = 'name' and pg_class.oid =
> > attrelid and attalign != 'd'
> >
> > now returns no rows, as it should. Some tricky work, but they are all
> > correct now. Let's see if that fixes the Sparc problem.
>
>
> Unfortunately not but... I'm seeing some strange things in gdb.
> (apologies again for the wide post :-( )

I just fixed some more alignment problems in the catalogs. Sorry.
Please try again.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-08-26 16:47:11 Re: [HACKERS] getopts include?
Previous Message Bruce Momjian 1998-08-26 16:37:47 Re: [HACKERS] Massimo patches