Caution: tonight's commits force initdb

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Caution: tonight's commits force initdb
Date: 1999-08-21 03:58:29
Message-ID: 22208.935207909@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have just committed changes that alter the representation of
SortClause nodes (making them like GroupClause, instead of the
crufty way they were done before). This breaks stored rules!
You will need to initdb next time you pull current sources...

The good news is that the optimizer is finally reasonably smart
about avoiding a top-level Sort operation.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Wayne Piekarski 1999-08-21 06:33:08 Re: [HACKERS] Inefficiencies in COPY command
Previous Message Tom Lane 1999-08-21 02:15:09 sorting by << correct for rtrees?