Files
repmgr/repmgrd.c
Christian Kruse 649086e5e4 use unlink() instead of remove()
`remove()` will do a rmdir if necessary - we don't want that. So we use `unlink()`
2014-01-21 15:22:31 +01:00

36 KiB