mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Remove missing code debugging information.
This commit is contained in:
@@ -102,8 +102,6 @@ HTAB* pgsm_get_hash(void)
|
|||||||
void
|
void
|
||||||
pgss_shmem_shutdown(int code, Datum arg)
|
pgss_shmem_shutdown(int code, Datum arg)
|
||||||
{
|
{
|
||||||
printf("--%s", __FUNCTION__);
|
|
||||||
|
|
||||||
/* Don't try to dump during a crash. */
|
/* Don't try to dump during a crash. */
|
||||||
if (code)
|
if (code)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user