Skip to content

Commit f21252b

Browse files
authored
Mark RowDescription.Column as Sendable (#338)
1 parent cf62abc commit f21252b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PostgresNIO/New/Messages/RowDescription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct RowDescription: PostgresBackendMessage.PayloadDecodable, Sendable, Equata
1515
var columns: [Column]
1616

1717
@usableFromInline
18-
struct Column: Equatable {
18+
struct Column: Equatable, Sendable {
1919
/// The field name.
2020
@usableFromInline
2121
var name: String

0 commit comments

Comments
 (0)