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

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L18: 	QCharOID               = 18
		pgtype_default.go#L56: 	defaultMap.RegisterType(&Type{Name: "char", OID: QCharOID, Codec: QCharCodec{}})
		pgtype_default.go#L137: 	defaultMap.RegisterType(&Type{Name: "_char", OID: QCharArrayOID, Codec: &ArrayCodec{ElementType: defaultMap.oidToType[QCharOID]}})