2
0

Fix comment on XID

This commit is contained in:
Jack Christensen
2017-03-05 09:18:50 -06:00
parent 164bf9eebe
commit f66b80c387
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"io" "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 // 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. // and backend_xmin columns of the pg_stat_activity system view.