More EINTR.

This commit is contained in:
Nuno Cruces
2025-03-13 23:38:50 +00:00
parent 49852732b2
commit d78239bfbf
6 changed files with 48 additions and 24 deletions

View File

@@ -114,7 +114,7 @@ func (c *Conn) CreateAggregateFunction(name string, nArg int, flag FunctionFlag,
}
// AggregateSeqFunction is the type of an aggregate SQL function.
// Implementations must not retain the slices produced by seq.
// Implementations must not retain the slices yielded by seq.
type AggregateSeqFunction func(ctx *Context, seq iter.Seq[[]Value])
// CreateWindowFunction defines a new aggregate or aggregate window SQL function.