Remove logically dead code

This commit is contained in:
Ian Barwick
2019-03-28 12:35:41 +09:00
parent 73554c6e16
commit 8018ba97d6

View File

@@ -3061,9 +3061,6 @@ can_use_pg_rewind(PGconn *conn, const char *data_directory, PQExpBufferData *rea
/* "full_page_writes" must be on in any case */
if (guc_set(conn, "full_page_writes", "=", "off"))
{
if (can_use == false)
appendPQExpBuffer(reason, "; ");
appendPQExpBuffer(reason,
_("\"full_page_writes\" must be set to \"on\""));