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}