remove superfluous debugging output

This commit is contained in:
Ian Barwick
2020-08-06 09:05:55 +09:00
parent 893044f1e9
commit fb32284cdc

View File

@@ -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;
}