@@ -0,0 +1,16 @@
/*
* repmgrd.c - Replication manager daemon
*
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#include "repmgr.h"
#include <stdio.h>
int
main(int argc, char **argv)
{
puts("repmgr");
return 0;
}
The note is not visible to the blocked user.