From 6f9aef67c7c16c6f9fb5ffdd42bf6dc823c9b74a Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sun, 5 Mar 2017 09:18:50 -0600 Subject: [PATCH] Fix comment on XID --- xid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xid.go b/xid.go index b311cbfb..d4003b5d 100644 --- a/xid.go +++ b/xid.go @@ -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.