Format code constants already in pgproto3

pull/483/head
Jack Christensen 2019-01-01 11:35:39 -06:00
parent b537f2c412
commit e78cefecc5
1 changed files with 0 additions and 6 deletions

View File

@ -20,12 +20,6 @@ import (
const batchBufferSize = 4096
// PostgreSQL extended protocol format codes
const (
TextFormatCode = 0
BinaryFormatCode = 1
)
var deadlineTime = time.Date(1, 1, 1, 1, 1, 1, 1, time.UTC)
// PgError represents an error reported by the PostgreSQL server. See