mirror of
https://github.com/jackc/pgx.git
synced 2025-05-24 00:09:55 +00:00
Fix comment on XID
This commit is contained in:
parent
603d829611
commit
6f9aef67c7
2
xid.go
2
xid.go
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user