diff options
Diffstat (limited to 'src/bin/pgevent/pgevent.c')
-rw-r--r-- | src/bin/pgevent/pgevent.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bin/pgevent/pgevent.c b/src/bin/pgevent/pgevent.c index d91840f99ff..6ad93e55fdd 100644 --- a/src/bin/pgevent/pgevent.c +++ b/src/bin/pgevent/pgevent.c @@ -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")) |