lidavidm commented on code in PR #964:
URL: https://github.com/apache/arrow-adbc/pull/964#discussion_r1286433240


##########
c/driver/postgresql/statement.cc:
##########
@@ -696,6 +696,11 @@ void TupleReader::Release() {
     PQfreemem(pgbuf_);
     pgbuf_ = nullptr;
   }
+
+  // Clear the copy reader to mark this reader as finished

Review Comment:
   The comment is out of date



##########
c/driver/postgresql/statement.cc:
##########
@@ -696,6 +696,11 @@ void TupleReader::Release() {
     PQfreemem(pgbuf_);
     pgbuf_ = nullptr;
   }
+
+  // Clear the copy reader to mark this reader as finished

Review Comment:
   The comment doesn't apply anymore



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to