Re: [HACKERS] renaming "transaction log"

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: [HACKERS] renaming "transaction log"
Дата
Msg-id 20170503173332.GN14241@fetter.org
обсуждение исходный текст
Ответ на Re: [HACKERS] renaming "transaction log"  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: [HACKERS] renaming "transaction log"  (David Fetter <david@fetter.org>)
Список pgsql-hackers
On Wed, May 03, 2017 at 10:57:06AM -0300, Alvaro Herrera wrote:
> Peter Eisentraut wrote:
> > Most documentation and error messages still uses the term "transaction
> > log" to refer to the write-ahead log.  Here is a patch to rename that,
> > which I think should be done, to match the xlog -> wal renaming in APIs.
> 
> +1 for the idea.  I suggest grepping for "transaction$" too -- there are
> a few cases in SGML that have the phrase "transaction log" split across
> lines.

In general, you can use ag a.k.a. "The Silver Searcher" for phrase
searches as follows:

ag $(echo "the phrase to be searched" | sed -e 's/ /\\s/g')

Thanks to Dagfinn Ilmari Mannsåker for the tip :)

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] CTE inlining
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [HACKERS] password_encryption, default and 'plain' support