BUG #6410: Windows say a unpleasant warning when stop a pgsql service

From: harukat(at)sraoss(dot)co(dot)jp
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6410: Windows say a unpleasant warning when stop a pgsql service
Date: 2012-01-26 08:08:28
Message-ID: E1RqKNg-0001cd-48@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6410
Logged by: TAKATSUKA Haruka
Email address: harukat(at)sraoss(dot)co(dot)jp
PostgreSQL version: 9.1.2
Operating system: Windows Server 2008 R2
Description:

(I also tested 8.3.17, 8.4.9 and 9.2-dev.)

Windows say a unpleasant warning message into the eventlog when stop a pgsql
service.

Event ID: 1530
Log Name: Application
Source: Microsoft-Windows-User Profiles Service
Description:
"Windows detected your registry file is still in use by other applications
or services. The file will be unloaded now. The applications or services
that hold your registry file may not function properly afterwards."

I added the following lines to the end of pgwin32_ServiceMain() for trial,

---
+ Sleep(1000);
pgwin32_SetServiceStatus(SERVICE_STOPPED);
}
---

and I confirmed that the warning message was not output.
It seems this is not an essential fix, but useful to easily erase
unpleasant messages.

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Page 2012-01-26 08:17:26 Re: Windows x86-64 One-Click Install (9.1.2-1, 9.0.6-1) hangs on "initialising the database cluster" (with work-around)
Previous Message aaron.kb.h 2012-01-26 06:36:38 BUG #6409: [NPGSQL]Fail to cast Int64 to System.Data.Common.DbParameter