Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 8a37723

Browse files
Tianyi Chenapavlo
authored andcommitted
my typo of ==
1 parent 0335d48 commit 8a37723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/postgres_protocol_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ void PostgresProtocolHandler::ExecBindMessage(InputPacket *pkt) {
553553
// TODO(Tianyi) This is a hack to respond correct describe message
554554
// as well as execute message
555555
skipped_stmt_ = true;
556-
skipped_query_string_ == "";
556+
skipped_query_string_ = "";
557557
return;
558558
}
559559

0 commit comments

Comments
 (0)