Rename Uuid to UUID

v3-experimental-wait-ping-context
Jack Christensen 2016-08-02 16:21:32 -05:00
parent 73124171e2
commit e47373227b
2 changed files with 3 additions and 1 deletions

2
v3.md
View File

@ -6,4 +6,6 @@ Rename Json(b) to JSON(B) in accordance with Go naming conventions.
Rename Pid to PID in accordance with Go naming conventions.
Rename Uuid to UUID in accordance with Go naming conventions.
Logger interface reduced to single Log method.

View File

@ -46,7 +46,7 @@ const (
TimestampTzOID = 1184
TimestampTzArrayOID = 1185
RecordOID = 2249
UuidOID = 2950
UUIDOID = 2950
JSONBOID = 3802
)