Re: Backslashes in string literals - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Backslashes in string literals
Date
Msg-id 200602110004.k1B04Je03749@candle.pha.pa.us
Whole thread Raw
In response to Re: Backslashes in string literals  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Backslashes in string literals
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Oh, what I normally do is to look at regression.diff, and if that looks
> > OK, I just apply it to the expected file like this:
> 
> >     cd expected
> >     patch < ../regression.diff
> 
> Oh, that explains a few things ...
> 
> It's much better to just copy the result file over the expected file
> once you've decided it's OK.  The regression.diff file is inexact
> because of the diff switches that are used.

I am confused.  patch dosen't make an indentical file?  Example?

> If you need to update expected variants your machine doesn't generate,
> make a fresh regular diff off the expected and actual, and apply that
> to the other variants.

Ah, good point.  I often forget about those.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Scrollable cursors and Sort performance
Next
From: Stephen Frost
Date:
Subject: Re: [COMMITTERS] pgsql: Enable pg_ctl to give up admin privileges when starting the