repmgr: disallow node ids which are not positive signed 32 bit integers

Fixes GitHub #280
This commit is contained in:
Ian Barwick
2017-03-20 11:22:09 +09:00
parent 1964f890be
commit 0916d8f2ad
3 changed files with 6 additions and 4 deletions

View File

@@ -1946,9 +1946,6 @@ do_master_register(void)
exit(ERR_BAD_CONFIG);
}
}
begin_transaction(conn);
/*