Re: Renaming of pg_xlog and pg_clog
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Michael Paquier <michael.paquier@gmail.com>,
Thomas Munro <thomas.munro@enterprisedb.com>,
Craig Ringer <craig.ringer@2ndquadrant.com>,
Jim Nasby <Jim.Nasby@bluetreble.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Andres Freund <andres@anarazel.de>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2016-10-03T14:39:43Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > I think the tests for PQserverVersion(conn) / 100 >= 1000 are strange. > I submit that either PQserverVersion(conn) >= 100000 or > PQserverVersion(conn) / 10000 >= 10 is an easier-to-understand test. > I vote for the first style. +1, that's the way most existing tests of this sort are written. (Right at the moment, there's kind of a lot of zeroes there, but once we get to version 11 it'll be less bad.) regards, tom lane
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