mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +03:00
Standard pgindent run for 8.1.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/bin/pgevent/pgevent.c,v 1.4 2004/09/27 19:16:01 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/bin/pgevent/pgevent.c,v 1.5 2005/10/15 02:49:40 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -44,8 +44,8 @@ DllRegisterServer(void)
|
||||
}
|
||||
|
||||
/*
|
||||
* Add PostgreSQL source name as a subkey under the Application key in
|
||||
* the EventLog registry key.
|
||||
* Add PostgreSQL source name as a subkey under the Application key in the
|
||||
* EventLog registry key.
|
||||
*/
|
||||
if (RegCreateKey(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\PostgreSQL", &key))
|
||||
{
|
||||
@@ -91,8 +91,8 @@ STDAPI
|
||||
DllUnregisterServer(void)
|
||||
{
|
||||
/*
|
||||
* Remove PostgreSQL source name as a subkey under the Application key
|
||||
* in the EventLog registry key.
|
||||
* Remove PostgreSQL source name as a subkey under the Application key in
|
||||
* the EventLog registry key.
|
||||
*/
|
||||
|
||||
if (RegDeleteKey(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\PostgreSQL"))
|
||||
|
Reference in New Issue
Block a user