mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-06 13:40:37 +00:00
fix
This commit is contained in:
@@ -2344,7 +2344,7 @@ AsyncReadMessage(Safekeeper *sk, AcceptorProposerMessage *anymsg)
|
||||
s.cursor = 0;
|
||||
|
||||
/* only version 3 is supported */
|
||||
Assert(proto_version == 3);
|
||||
Assert(wp->config->proto_version == 3);
|
||||
|
||||
tag = pq_getmsgbyte(&s);
|
||||
if (tag != anymsg->tag)
|
||||
|
||||
Reference in New Issue
Block a user