Fix issue with Postgres FUNC_MAX_ARGS by moving to row_to_json

This commit is contained in:
Vikram Rangnekar
2020-04-01 21:25:50 -04:00
parent 68a378c00f
commit e102da839e
3 changed files with 94 additions and 76 deletions

View File

@ -16,7 +16,7 @@ var (
type parserType int32
const (
maxFields = 100
maxFields = 1200
maxArgs = 25
)