Re: Yet another failure mode in pg_upgrade
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Magnus Hagander <magnus@hagander.net>, pgsql-hackers@postgresql.org
Date: 2012-09-03T03:47:06Z
Lists: pgsql-hackers
Attachments
- pg_upgrade-socket-directories.patch (text/x-patch) patch
Bruce Momjian <bruce@momjian.us> writes: > Updated patch attached. [ looks at that for a bit... ] Now I see why you were on about that: the method you used here requires both clusters to have the same socket directory. Which is silly and unnecessary. Revised patch attached. regards, tom lane