We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86c33a commit 9f44901Copy full SHA for 9f44901
src/data.c
@@ -454,7 +454,7 @@ prepare_page(ConnectionArgs *conn_arg,
454
return PageIsOk;
455
456
/* Getting page with invalid header from shared buffers is unacceptable */
457
- if (PAGE_HEADER_IS_INVALID)
+ if (rc == PAGE_HEADER_IS_INVALID)
458
{
459
char *errormsg = NULL;
460
get_header_errormsg(page, &errormsg);
0 commit comments