Re: Brain dump: btree collapsing

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Brain dump: btree collapsing
Date: 2003-03-07 05:48:53
Message-ID: 02ef01c2e46d$3c8bac70$6500a8c0@fhp.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The problem I have is that if multiple files are touched, they have
> different versions. What I do is to find one file that has the change,
> then do a cvs diff with two dates separated a minute before and after
> the single file commit time I see. Big hack, but I haven't found a
> better way.

I grep through the actual cvsroot for the commit message on my own
projects...

Chris

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Brown 2003-03-07 07:07:52 Re: stats_command_string default?
Previous Message Tom Lane 2003-03-07 05:39:09 Re: Partial index on date column