Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p
Date: 2017-02-13 16:43:59
Message-ID: CAHGQGwGS74TjWM4tFeV=j+e06hvWiQpyMQyKTHjV+BxMOw0epQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Feb 10, 2017 at 5:36 AM, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> Remove all references to "xlog" from SQL-callable functions in pg_proc.
>
> Commit f82ec32ac30ae7e3ec7c84067192535b2ff8ec0e renamed the pg_xlog
> directory to pg_wal. To make things consistent, and because "xlog" is
> terrible terminology for either "transaction log" or "write-ahead log"
> rename all SQL-callable functions that contain "xlog" in the name to
> instead contain "wal". (Note that this may pose an upgrade hazard for
> some users.)

There are still some mentions to "xlog" in the doc. Maybe we should replace
them with "wal" as the attached patch does.

Regards,

--
Fujii Masao

Attachment Content-Type Size
xlog2wal.patch application/octet-stream 2.8 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-02-13 17:06:12 Re: [COMMITTERS] pgsql: Remove all references to "xlog" from SQL-callable functions in p
Previous Message Robert Haas 2017-02-13 16:06:35 pgsql: Remove contrib/tsearch2.

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2017-02-13 16:45:45 Re: Sum aggregate calculation for single precsion real
Previous Message Andrew Dunstan 2017-02-13 16:34:08 Re: IF NOT EXISTS option for CREATE SERVER and CREATE USER MAPPING statements