]> Cypherpunks repositories - gostls13.git/commit
database/sql: reordering fields to reduce struct sizes
authorapocelipes <seve3r@outlook.com>
Tue, 14 May 2024 09:42:57 +0000 (09:42 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 14 May 2024 20:18:21 +0000 (20:18 +0000)
commit1f6a983baf4b9a636e9e4bbd827fcb4d6ef4ebe0
tree0c351243d1cbe44a4f6e286771c5df0ca36442f6
parentc7597a8d23ff2124c3de1dfc8f26b29a203cdf10
database/sql: reordering fields to reduce struct sizes

There are 16 bytes reduced.

Change-Id: I33ca96fd22002b3111f0462c3029d70df48adb6e
GitHub-Last-Rev: 8df56a9655ef261be3ff9403491cbbe1ebda1ec0
GitHub-Pull-Request: golang/go#67055
Reviewed-on: https://go-review.googlesource.com/c/go/+/581935
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/database/sql/sql.go