2
0

Rename Oid to OID

This commit is contained in:
Jack Christensen
2016-08-02 13:31:55 -05:00
parent 2bf3fac594
commit 214443deb7
16 changed files with 366 additions and 363 deletions
+2 -2
View File
@@ -158,8 +158,8 @@ func (r *msgReader) readInt64() int64 {
return n
}
func (r *msgReader) readOid() Oid {
return Oid(r.readInt32())
func (r *msgReader) readOID() OID {
return OID(r.readInt32())
}
// readCString reads a null terminated string