From c5e9b771275b93b09eec6b760677fe6c5e726ab2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 10 Feb 2016 16:01:04 -0500 Subject: Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier." This reverts commit 3971f64843b02e4a55d854156bd53e46a0588e45 and a couple of followon debugging commits; I think we've learned what we can from them. --- src/include/miscadmin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index ec535a3bc43..cc7833e6cda 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -448,7 +448,6 @@ extern char *local_preload_libraries_string; #define LOCK_FILE_LINE_LISTEN_ADDR 6 #define LOCK_FILE_LINE_SHMEM_KEY 7 -extern const char *current_time_as_str(void); extern void CreateDataDirLockFile(bool amPostmaster); extern void CreateSocketLockFile(const char *socketfile, bool amPostmaster, const char *socketDir); -- cgit v1.2.3