const github.com/jackc/pgx/v5/pgtype.BPCharOID

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L75: 	BPCharOID              = 1042
		pgtype_default.go#L54: 	defaultMap.RegisterType(&Type{Name: "bpchar", OID: BPCharOID, Codec: TextCodec{}})
		pgtype_default.go#L135: 	defaultMap.RegisterType(&Type{Name: "_bpchar", OID: BPCharArrayOID, Codec: &ArrayCodec{ElementType: defaultMap.oidToType[BPCharOID]}})