Re: Backslashes in string literals

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Backslashes in string literals
Дата
Msg-id 21216.1139591785@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Backslashes in string literals  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Backslashes in string literals  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
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.

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.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: how is that possible
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 8.0.6 crash