github.com/jackc/pgx/v5/pgproto3.Execute.MaxRows (field)

5 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		execute.go#L13: 	MaxRows uint32
		execute.go#L33: 	dst.MaxRows = binary.BigEndian.Uint32(buf.Next(4))
		execute.go#L43: 	dst = pgio.AppendUint32(dst, src.MaxRows)
		execute.go#L56: 		MaxRows: src.MaxRows,
		trace.go#L265: 		fmt.Fprintf(t.buf, "\t %s %d", traceDoubleQuotedString([]byte(msg.Portal)), msg.MaxRows)