mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
minor fix
This commit is contained in:
+1
-1
@@ -454,7 +454,7 @@ prepare_page(ConnectionArgs *conn_arg,
|
||||
return PageIsOk;
|
||||
|
||||
/* Getting page with invalid header from shared buffers is unacceptable */
|
||||
if (PAGE_HEADER_IS_INVALID)
|
||||
if (rc == PAGE_HEADER_IS_INVALID)
|
||||
{
|
||||
char *errormsg = NULL;
|
||||
get_header_errormsg(page, &errormsg);
|
||||
|
||||
Reference in New Issue
Block a user