From fb32284cdc02756b87472a6b4e1144349383f488 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 6 Aug 2020 09:05:55 +0900 Subject: [PATCH] remove superfluous debugging output --- repmgr.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/repmgr.c b/repmgr.c index 1303f41b..c5f5ab0e 100644 --- a/repmgr.c +++ b/repmgr.c @@ -157,8 +157,6 @@ PG_FUNCTION_INFO_V1(get_wal_receiver_pid); void _PG_init(void) { - elog(DEBUG1, "repmgr init"); - if (!process_shared_preload_libraries_in_progress) return; @@ -175,7 +173,6 @@ _PG_init(void) */ prev_shmem_startup_hook = shmem_startup_hook; shmem_startup_hook = repmgr_shmem_startup; - }