Re: [HACKERS] now 6.4

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: dg(at)illustra(dot)com (David Gould)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] now 6.4
Date: 1998-06-10 18:51:56
Message-ID: 199806101853.OAA01654@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Bruce Momjian:
> > PG_VERSION is now 6.4. initdb everyone. Or did we decide not to do
> > this if we could help it. I think we will still need to run initdb, and
> > move the data files.
>
> I had thought we were going to avoid changing this unless there were changes
> to persistant structures. Do you know what changed to require this?
>
> Thanks

The contents of the system tables are going to change between releases,
almost for sure. What I think we are going to do is have people pg_dump
-schema their databases, mv /data to /data.old, run initdb, run to
create the old schema, and move the data/index files back into place.
I will probably write the script and have people test it.

As long as we don't change the data/index structure, we are OK. Is that
good, or did you think we would be able to get away without system table
changes?

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-06-10 19:06:42 Re: [HACKERS] now 6.4
Previous Message Bruce Momjian 1998-06-10 18:49:05 Re: [HACKERS] Re: [PATCHES] Try again: S_LOCK reduced contention