Re: Renaming of pg_xlog and pg_clog
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: David Steele <david@pgmasters.net>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-10-13T02:22:58Z
Lists: pgsql-hackers
Attachments
- 0001-Rename-pg_xlog-to-pg_wal.patch (text/plain) patch 0001
- 0002-Rename-pg_clog-to-pg_xact.patch (text/plain) patch 0002
- 0002-Rename-pg_clog-to-pg_transaction.patch (text/plain) patch 0002
On Thu, Oct 13, 2016 at 12:31 AM, Stephen Frost <sfrost@snowman.net> wrote: > * David Steele (david@pgmasters.net) wrote: >> On 10/4/16 1:48 AM, Michael Paquier wrote: >> >> > So this is still open for votes. Here are the candidates and who >> > voiced for what: >> > - pg_transaction: Michael P, Thomas M. => Current 0002 is doing that. >> > - pg_xact: David S, Robert >> > - pg_trans: Tom >> > - pg_transaction_status: Peter E. >> >> Christoph also prefers pg_xact [1]. > > Since we're asking for votes, I also prefer pg_xact over the other > options listed here. OK. I can live with that as well. Attached are three patches. The pg_xlog -> pg_wal move, the pg_clog -> pg_transaction move, and the pg_clog -> pg_xact move. Only one survivor to be chosen among the last two ones. -- Michael
Commits
-
Rename "pg_clog" directory to "pg_xact".
- 88e66d193fba 10.0 landed
-
Improve error reporting in pg_upgrade's file copying/linking/rewriting.
- f002ed2b8e45 10.0 cited