From: Robert Haas [mailto:robertmhaas@gmail.com]
> On Wed, Jul 18, 2018 at 4:38 AM, Tsunakawa, Takayuki
> <tsunakawa.takay@jp.fujitsu.com> wrote:
> > IIRC, the pop up doesn't appear under Windows service. If you start the
> database server with pg_ctl start on the command prompt, the pop up will
> appear, which I think is not bad.
>
> Hmm. I think that might be bad. What makes you think it isn't?
First, as Hari-san said, starting the server with "pg_ctl start" on the command prompt does not feel like production
usebut like test environment, and that usage seems mostly interactive. Second, the current PostgreSQL is not exempt
fromthe same problem: if postmaster or standalone backend crashes before main(), the pop up would appear.
Regards
Takayuki Tsunakawa