File Release Notes and Changelog
Release Name: pgrp-pid-erase-patch
Release Notes
This is a patch for src/pgcluster/pgrp/pgreplicate.c, in order to erase pgreplica.pid file in specified directory when replication server stop.
Change Log
The difference is as following. - snprintf(fname, sizeof(fname), "%s/%s", PGR_Data_Path, PGREPLICATE_PID_FILE); + snprintf(fname, sizeof(fname), "%s/%s", PGR_Write_Path, PGREPLICATE_PID_FILE);

