修复jdbc增加报文后,逻辑复制报错的问题

This commit is contained in:
hwhbj
2024-07-31 14:42:28 +08:00
parent a734eb2718
commit 89703f802f
2 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,8 @@ static void DataSndHandshake(void)
}
} break;
case 'V': /* client conn driver support trace info*/
break;
case 'X':
/* standby is closing the connection */
proc_exit(0);

View File

@ -639,6 +639,7 @@ static void WalSndHandshake(void)
/* standby is closing the connection */
proc_exit(0);
/* fall-through */
case 'V': /* client conn driver support trace info*/
case 'P':
/* standby is closing the connection */
break;