Re: [HACKERS] initdb problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: meskes(at)online-club(dot)de (Michael Meskes)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] initdb problem
Date: 1998-08-25 17:32:27
Message-ID: 199808251732.NAA01151@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Mon, Aug 24, 1998 at 03:18:28PM -0400, Bruce Momjian wrote:
> > Would someone check a running 6.3.2 system and let me know if there are
> > any blank attalign values? It think you will find that there are. The
> > current patch fixes that.
>
> echo "select * from pg_attribute where attalign != 'i' and attalign !=
> 'c'and attalign != 'd' and attalign!='s';"|psql template1

Yikes. Good thing that is fixed now.

--
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 Peter T Mount 1998-08-25 17:33:13 Re: incomplete snapshot file
Previous Message Bruce Momjian 1998-08-25 17:31:31 Re: [HACKERS] Open 6.4 items