Re: Fix for Exception when the server is restarted [RM2713][pgAdmin4] - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Fix for Exception when the server is restarted [RM2713][pgAdmin4]
Date
Msg-id CA+OCxowu-SE-wbEGGhsFBDO_+xBF=FitN7zTC-RG3DHs94zN0g@mail.gmail.com
Whole thread Raw
In response to Fix for Exception when the server is restarted [RM2713][pgAdmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
List pgadmin-hackers
Thanks, applied.

On Mon, Sep 18, 2017 at 2:12 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,

This issue was caused because we recently added session_write_delay in session.
So session won't be written/updated to disk from memory until specified seconds are elapsed.

However we must forcefully write/update session to disk if user loges in or out irrespective of session_write_delay to keep sessions from memory and disk in sync as user logged in status is
kept in session.

-- 
Harshal Dhumal
Sr. Software Engineer

EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix for Exception when the server is restarted.Fixes
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Fix the logic to extract the error in Query tool