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