Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(133)

Issue 9108043: code review 9108043: database/sql: remove an unused field from Rows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 12 months ago by bradfitz
Modified:
10 years, 11 months ago
Reviewers:
CC:
golang-dev, nitrix, adg, r
Visibility:
Public.

Description

database/sql: remove an unused field from Rows Found while debugging memory usage. Nobody accesses this field anymore.

Patch Set 1 #

Patch Set 2 : diff -r 2489327864d7 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 2489327864d7 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 0d411dd887b7 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -4 lines) Patch
M src/pkg/database/sql/sql.go View 1 4 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 6
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 12 months ago (2013-05-01 22:36:38 UTC) #1
nitrix
Seems like we use from driverConn.db instead. LGTM.
10 years, 12 months ago (2013-05-02 02:50:15 UTC) #2
bradfitz
R=r Go 1.1? This isn't critical, but it's also safe and saves memory and complexity. ...
10 years, 12 months ago (2013-05-03 02:12:24 UTC) #3
adg
LGTM
10 years, 12 months ago (2013-05-03 13:53:31 UTC) #4
r
LGTM
10 years, 11 months ago (2013-05-06 21:11:01 UTC) #5
bradfitz
10 years, 11 months ago (2013-05-06 22:16:50 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=a1990e26c7fb ***

database/sql: remove an unused field from Rows

Found while debugging memory usage. Nobody accesses this field
anymore.

R=golang-dev, i.caught.air, adg, r
CC=golang-dev
https://codereview.appspot.com/9108043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b