Re: Renaming of pg_xlog and pg_clog
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Vik Fearing <vik@2ndquadrant.fr>
Cc: David Steele <david@pgmasters.net>, Bruce Momjian <bruce@momjian.us>, Alvaro Herrera <alvherre@2ndquadrant.com>,
"David G. Johnston" <david.g.johnston@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Stephen Frost <sfrost@snowman.net>, David Fetter <david@fetter.org>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-10-23T12:34:07Z
Lists: pgsql-hackers
Attachments
- 0001-Rename-pg_clog-to-pg_xact.patch (text/plain) patch 0001
- 0002-Rename-pg_subtrans-to-pg_subxact.patch (text/plain) patch 0002
On Sun, Oct 23, 2016 at 5:18 PM, Vik Fearing <vik@2ndquadrant.fr> wrote: > On 10/22/2016 06:00 PM, David Steele wrote: >> On 10/22/16 6:58 PM, Bruce Momjian wrote: >>> On Sat, Oct 22, 2016 at 07:33:56AM +0900, Michael Paquier wrote: >>>> On Sat, Oct 22, 2016 at 4:29 AM, Alvaro Herrera >>>> >>>>> Also +1 to renaming pg_subtrans to pg_subxact. >>>> >>>> Nice suggestion, good naming for consistency with the rest. >>> >>> Agreed. >> >> +1 > > +1 from me, too. OK, glad to see that we are reaching a conclusion to this thread. Attached are two patches. 0001 renames pg_clog to pg_xact. I found a comment in xact.c that was not yet updated. And 0002 renames pg_subtrans to pg_subxact. -- 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