Re: Renaming of pg_xlog and pg_clog
Jim Nasby <jim.nasby@bluetreble.com>
From: Jim Nasby <Jim.Nasby@BlueTreble.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Michael Paquier <michael.paquier@gmail.com>, Andres Freund <andres@anarazel.de>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Magnus Hagander <magnus@hagander.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2016-08-30T00:27:29Z
Lists: pgsql-hackers
On 8/27/16 1:11 PM, Tom Lane wrote: > Alvaro Herrera <alvherre@2ndquadrant.com> writes: >> I'm for renaming too, but I'd go with Peter E's suggestion: move pg_xlog >> to something like $PGDATA/var/wal or $PGDATA/srv/wal or something like that. > > I think that would make sense if we were to relocate *everything* under > PGDATA into some FHS-like subdirectory structure. But I'm against moving > the config files for previously-stated reasons, and I doubt it makes sense > to adopt an FHS-like structure only in part. What if we left symlinks for the config files? Or perhaps even better, provide a tool that will create them for people that actually need them. -- Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX Experts in Analytics, Data Architecture and PostgreSQL Data in Trouble? Get it in Treble! http://BlueTreble.com 855-TREBLE2 (855-873-2532) mobile: 512-569-9461
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