31 GB written and still going strong.
That one should be fixed since Postgres 11 https://brandur.org/postgres-default
It is now deprecated in favour of https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fie....
You can now check for these using go vet:
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest go vet -vettool=$(which fieldalignment) ./...