Re: [HACKERS] pg_export_snapshot on standby side

2016-02-23 Thread Bruce Momjian
On Thu, Aug 7, 2014 at 01:26:24PM +0900, Fujii Masao wrote: > On Thu, Aug 7, 2014 at 2:17 AM, Bruce Momjian wrote: > > > > Seems we still have not addressed this. > > Thanks for the reminder :) I'm not sure if I have time to work on this > for a while. If anyone is interested in this, please fee

Re: [HACKERS] pg_export_snapshot on standby side

2014-08-06 Thread Fujii Masao
On Thu, Aug 7, 2014 at 2:17 AM, Bruce Momjian wrote: > > Seems we still have not addressed this. Thanks for the reminder :) I'm not sure if I have time to work on this for a while. If anyone is interested in this, please feel free to try it. Regards, -- Fujii Masao -- Sent via pgsql-hackers

Re: [HACKERS] pg_export_snapshot on standby side

2014-08-06 Thread Bruce Momjian
Seems we still have not addressed this. --- On Sat, May 25, 2013 at 10:18:57AM +0100, Simon Riggs wrote: > On 21 May 2013 19:16, Fujii Masao wrote: > > > We cannot run parallel pg_dump on the standby server because > > pg_

Re: [HACKERS] pg_export_snapshot on standby side

2014-01-11 Thread Simon Riggs
On 11 January 2014 18:34, Bruce Momjian wrote: > > Uh, was this ever addressed? I don't think so. It appears not. -- Simon Riggs http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- Sent via pgsql-hackers mailing list (pgsql-hackers@po

Re: [HACKERS] pg_export_snapshot on standby side

2014-01-11 Thread Bruce Momjian
Uh, was this ever addressed? I don't think so. --- On Sat, May 25, 2013 at 10:18:57AM +0100, Simon Riggs wrote: > On 21 May 2013 19:16, Fujii Masao wrote: > > > We cannot run parallel pg_dump on the standby server because

Re: [HACKERS] pg_export_snapshot on standby side

2013-05-25 Thread Alvaro Herrera
Fujii Masao escribió: > On Sat, May 25, 2013 at 6:18 PM, Simon Riggs wrote: > > I think we should treat this as a bug and fix it in 9.3 while we're > > still in beta. > > +1 > > > Why? Because once we begin using the topXid as the > > filename we can't then change later to using the vxid. > >

Re: [HACKERS] pg_export_snapshot on standby side

2013-05-25 Thread Fujii Masao
On Sat, May 25, 2013 at 6:18 PM, Simon Riggs wrote: > On 21 May 2013 19:16, Fujii Masao wrote: > >> We cannot run parallel pg_dump on the standby server because >> pg_export_snapshot() always fails on the standby. Is this the oversight >> of parallel pg_dump or pg_export_snapshot()? >> >> pg_expo

Re: [HACKERS] pg_export_snapshot on standby side

2013-05-25 Thread Simon Riggs
On 21 May 2013 19:16, Fujii Masao wrote: > We cannot run parallel pg_dump on the standby server because > pg_export_snapshot() always fails on the standby. Is this the oversight > of parallel pg_dump or pg_export_snapshot()? > > pg_export_snapshot() fails in the standby because it always assigns

[HACKERS] pg_export_snapshot on standby side

2013-05-21 Thread Fujii Masao
Hi, We cannot run parallel pg_dump on the standby server because pg_export_snapshot() always fails on the standby. Is this the oversight of parallel pg_dump or pg_export_snapshot()? pg_export_snapshot() fails in the standby because it always assigns new XID and which is not allowed in the standby