On Thu, Feb 25, 2016 at 4:30 AM DHAVAL JAISWAL <[email protected]> wrote:
> Issue still exists after adding patch. > > SET statement_timeout = 0; should execute first before pg_start_backup(); > I guess as of now it is executed after pg_stop_backup(); > > Here i have copied logs of wal-e as well postgresql logs. > Hmm. No, I don't think that's what it is, because the way that patch is written puts the SET statement_timeout in front of all psql queries at very low level. But I do not doubt that it is failing for you... Can you play with the patch a bit more to see what can be done? -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
