diff options
Diffstat (limited to 'src/bin/pg_ctl/pg_ctl.c')
-rw-r--r-- | src/bin/pg_ctl/pg_ctl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 8e9d2cec3de..edd1906c23e 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -1414,7 +1414,6 @@ pgwin32_ServiceMain(DWORD argc, LPTSTR *argv) { PROCESS_INFORMATION pi; DWORD ret; - DWORD check_point_start; /* Initialize variables */ status.dwWin32ExitCode = S_OK; @@ -1459,12 +1458,6 @@ pgwin32_ServiceMain(DWORD argc, LPTSTR *argv) write_eventlog(EVENTLOG_INFORMATION_TYPE, _("Server started and accepting connections\n")); } - /* - * Save the checkpoint value as it might have been incremented in - * test_postmaster_connection - */ - check_point_start = status.dwCheckPoint; - pgwin32_SetServiceStatus(SERVICE_RUNNING); /* Wait for quit... */ |