github.com/jackc/pgx/v5/pgconn.PrepareError.ParseComplete (field)
3 uses
github.com/jackc/pgx/v5/pgconn (current package)
errors.go#L261: ParseComplete bool // Indicates whether the error occurred after a ParseComplete message was received.
errors.go#L265: if e.ParseComplete {
pgconn.go#L955: return nil, &PrepareError{err: pgErr, ParseComplete: ParseComplete}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)