2
0

Fix comment on XID

This commit is contained in:
Jack Christensen
2017-03-05 09:18:50 -06:00
parent 603d829611
commit 6f9aef67c7
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"io"
)
// Xid is PostgreSQL's Transaction ID type.
// XID is PostgreSQL's Transaction ID type.
//
// In later versions of PostgreSQL, it is the type used for the backend_xid
// and backend_xmin columns of the pg_stat_activity system view.